#A17808

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

Shades of Golden Brown #A17808

Tints of Golden Brown #A17808

Color information

#A17808 (or 0xA17808) is unknown color: approx Golden Brown. HEX triplet: A1, 78 and 08. RGB value is (161,120,8). Sum of RGB (Red+Green+Blue) = 161+120+8=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A17808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17808 is #5E87F7. Grayscale: #777777. Windows color (decimal): -6195192 or 555169. OLE color: 555169.

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

Color convert

RGB1611208-
CMYK00.250.950.37
HSL43.92º90.53%33.14%-
HSV(B)43.92º95.03%63.14%-
XYZ21.4621.033.16-
YUV119.4965.08157.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=55.71%
G=41.52%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161120800.250.950.3743.9290.5333.14
HexA17880195F252c5b21
Octal24117010031137455413341
Binary101000011111000100001100110111111001011011001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17808; }

 p { color: rgb(161,120,8); }

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

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

 a { background-color: rgb(161,120,8); }

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

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

 span { border-color: rgb(161,120,8); }

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