#A66D0C

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

Shades of Golden Brown #A66D0C

Tints of Golden Brown #A66D0C

Color information

#A66D0C (or 0xA66D0C) is unknown color: approx Golden Brown. HEX triplet: A6, 6D and 0C. RGB value is (166,109,12). Sum of RGB (Red+Green+Blue) = 166+109+12=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66D0C is #5992F3. Grayscale: #737373. Windows color (decimal): -5870324 or 814502. OLE color: 814502.

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

Color convert

RGB16610912-
CMYK00.340.930.35
HSL37.79º86.52%34.9%-
HSV(B)37.79º92.77%65.1%-
XYZ21.2619.072.91-
YUV114.9869.88164.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=57.84%
G=37.98%
B=4.18%

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
Decimal1661091200.340.930.3537.7986.5234.9
HexA66DC0225D23265723
Octal24615514042135434612743
Binary1010011011011011100010001010111011000111001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D0C; }

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

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

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

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

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

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

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

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