#A66C09

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

Shades of Golden Brown #A66C09

Tints of Golden Brown #A66C09

Color information

#A66C09 (or 0xA66C09) is unknown color: approx Golden Brown. HEX triplet: A6, 6C and 09. RGB value is (166,108,9). Sum of RGB (Red+Green+Blue) = 166+108+9=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66C09 is #5993F6. Grayscale: #727272. Windows color (decimal): -5870583 or 617638. OLE color: 617638.

HSL color Cylindrical-coordinate representation of color #A66C09: hue angle of 37.83º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A66C09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1661089-
CMYK00.350.950.35
HSL37.83º89.71%34.31%-
HSV(B)37.83º94.58%65.1%-
XYZ21.1418.852.78-
YUV114.0668.72165.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=58.66%
G=38.16%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166108900.350.950.3537.8389.7134.31
HexA66C90235F23265a22
Octal24615411043137434613242
Binary1010011011011001001010001110111111000111001101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C09; }

 p { color: rgb(166,108,9); }

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

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

 a { background-color: rgb(166,108,9); }

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

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

 span { border-color: rgb(166,108,9); }

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