#A66E0C

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

Shades of Golden Brown #A66E0C

Tints of Golden Brown #A66E0C

Color information

#A66E0C (or 0xA66E0C) is unknown color: approx Golden Brown. HEX triplet: A6, 6E and 0C. RGB value is (166,110,12). Sum of RGB (Red+Green+Blue) = 166+110+12=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66E0C is #5991F3. Grayscale: #747474. Windows color (decimal): -5870068 or 814758. OLE color: 814758.

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

Color convert

RGB16611012-
CMYK00.340.930.35
HSL38.18º86.52%34.9%-
HSV(B)38.18º92.77%65.1%-
XYZ21.3719.292.94-
YUV115.5769.55163.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=57.64%
G=38.19%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661101200.340.930.3538.1886.5234.9
HexA66EC0225D23265723
Octal24615614042135434612743
Binary1010011011011101100010001010111011000111001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E0C; }

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

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

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

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

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

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

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

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