#A66E09

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

Shades of Golden Brown #A66E09

Tints of Golden Brown #A66E09

Color information

#A66E09 (or 0xA66E09) is unknown color: approx Golden Brown. HEX triplet: A6, 6E and 09. RGB value is (166,110,9). Sum of RGB (Red+Green+Blue) = 166+110+9=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66E09 is #5991F6. Grayscale: #737373. Windows color (decimal): -5870071 or 618150. OLE color: 618150.

HSL color Cylindrical-coordinate representation of color #A66E09: hue angle of 38.6º 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 #A66E09 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1661109-
CMYK00.340.950.35
HSL38.6º89.71%34.31%-
HSV(B)38.6º94.58%65.1%-
XYZ21.3519.282.85-
YUV115.2368.05164.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=58.25%
G=38.60%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166110900.340.950.3538.689.7134.31
HexA66E90225F23275a22
Octal24615611042137434713242
Binary1010011011011101001010001010111111000111001111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E09; }

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

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

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

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

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

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

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

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