#A66616

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

Shades of Golden Brown #A66616

Tints of Golden Brown #A66616

Color information

#A66616 (or 0xA66616) is unknown color: approx Golden Brown. HEX triplet: A6, 66 and 16. RGB value is (166,102,22). Sum of RGB (Red+Green+Blue) = 166+102+22=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A66616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66616 is #5999E9. Grayscale: #707070. Windows color (decimal): -5872106 or 1468070. OLE color: 1468070.

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

Color convert

RGB16610222-
CMYK00.390.870.35
HSL33.33º76.6%36.86%-
HSV(B)33.33º86.75%65.1%-
XYZ20.6217.673.08-
YUV112.0277.2166.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=57.24%
G=35.17%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661022200.390.870.3533.3376.636.86
HexA666160275723214d25
Octal24614626047127434111545
Binary10100110110011010110010011110101111000111000011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66616; }

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

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

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

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

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

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

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

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