#A66C16

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

Shades of Golden Brown #A66C16

Tints of Golden Brown #A66C16

Color information

#A66C16 (or 0xA66C16) is unknown color: approx Golden Brown. HEX triplet: A6, 6C and 16. RGB value is (166,108,22). Sum of RGB (Red+Green+Blue) = 166+108+22=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66C16 is #5993E9. Grayscale: #737373. Windows color (decimal): -5870570 or 1469606. OLE color: 1469606.

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

Color convert

RGB16610822-
CMYK00.350.870.35
HSL35.83º76.6%36.86%-
HSV(B)35.83º86.75%65.1%-
XYZ21.2318.893.29-
YUV115.5475.22163.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=56.08%
G=36.49%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661082200.350.870.3535.8376.636.86
HexA66C160235723244d25
Octal24615426043127434411545
Binary10100110110110010110010001110101111000111001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C16; }

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

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

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

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

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

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

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

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