#A1651B

Color #A1651B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A1651B

Tints of Golden Brown #A1651B

Color information

#A1651B (or 0xA1651B) is unknown color: approx Golden Brown. HEX triplet: A1, 65 and 1B. RGB value is (161,101,27). Sum of RGB (Red+Green+Blue) = 161+101+27=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1651B is #5E9AE4. Grayscale: #6E6E6E. Windows color (decimal): -6200037 or 1795489. OLE color: 1795489.

HSL color Cylindrical-coordinate representation of color #A1651B: hue angle of 33.13º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1651B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB16110127-
CMYK00.370.830.37
HSL33.13º71.28%36.86%-
HSV(B)33.13º83.23%63.14%-
XYZ19.5516.963.28-
YUV110.580.88164.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=55.71%
G=34.95%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611012700.370.830.3733.1371.2836.86
HexA1651B0255325214725
Octal24114533045123454110745
Binary10100001110010111011010010110100111001011000011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1651B; }

 p { color: rgb(161,101,27); }

 H1.HeaderClassName
 {
   color: #A1651B;
 }
 .AnyTagClassName
 {
   color: #A1651B;
 }
</style>
background-color css

<style>
 a { background-color: #A1651B; }

 a { background-color: rgb(161,101,27); }

 div.DivClassName
 {
   background-color: #A1651B;
 }
 .BgClassName
 {
   background-color: #A1651B;
 }
</style>
border-color css

<style>
 span { border-color: #A1651B; }

 span { border-color: rgb(161,101,27); }

 td.TdClassName
 {
   border-color: #A1651B;
 }
 .TagClassName
 {
   border-color: #A1651B;
 }
</style>