#A66A02

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

Shades of Golden Brown #A66A02

Tints of Golden Brown #A66A02

Color information

#A66A02 (or 0xA66A02) is unknown color: approx Golden Brown. HEX triplet: A6, 6A and 02. RGB value is (166,106,2). Sum of RGB (Red+Green+Blue) = 166+106+2=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A02 is #5995FD. Grayscale: #707070. Windows color (decimal): -5871102 or 158374. OLE color: 158374.

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

Color convert

RGB1661062-
CMYK00.360.990.35
HSL38.05º97.62%32.94%-
HSV(B)38.05º98.8%65.1%-
XYZ20.8918.422.51-
YUV112.0865.88166.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=60.58%
G=38.69%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166106200.360.990.3538.0597.6232.94
HexA66A20246323266221
Octal2461522044143434614241
Binary10100110110101010010010011000111000111001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A02; }

 p { color: rgb(166,106,2); }

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

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

 a { background-color: rgb(166,106,2); }

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

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

 span { border-color: rgb(166,106,2); }

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