#A66F16

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

Shades of Golden Brown #A66F16

Tints of Golden Brown #A66F16

Color information

#A66F16 (or 0xA66F16) is unknown color: approx Golden Brown. HEX triplet: A6, 6F and 16. RGB value is (166,111,22). Sum of RGB (Red+Green+Blue) = 166+111+22=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F16 is #5990E9. Grayscale: #757575. Windows color (decimal): -5869802 or 1470374. OLE color: 1470374.

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

Color convert

RGB16611122-
CMYK00.330.870.35
HSL37.08º76.6%36.86%-
HSV(B)37.08º86.75%65.1%-
XYZ21.5619.533.39-
YUV117.374.22162.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 22 (8.98% from 255) = 7.36%
R=55.52%
G=37.12%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661112200.330.870.3537.0876.636.86
HexA66F160215723254d25
Octal24615726041127434511545
Binary10100110110111110110010000110101111000111001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F16; }

 p { color: rgb(166,111,22); }

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

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

 a { background-color: rgb(166,111,22); }

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

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

 span { border-color: rgb(166,111,22); }

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