#A66602

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

Shades of Golden Brown #A66602

Tints of Golden Brown #A66602

Color information

#A66602 (or 0xA66602) is unknown color: approx Golden Brown. HEX triplet: A6, 66 and 02. RGB value is (166,102,2). Sum of RGB (Red+Green+Blue) = 166+102+2=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A66602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66602 is #5999FD. Grayscale: #6E6E6E. Windows color (decimal): -5872126 or 157350. OLE color: 157350.

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

Color convert

RGB1661022-
CMYK00.390.990.35
HSL36.59º97.62%32.94%-
HSV(B)36.59º98.8%65.1%-
XYZ20.4917.612.38-
YUV109.7467.2168.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=61.48%
G=37.78%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166102200.390.990.3536.5997.6232.94
HexA66620276323256221
Octal2461462047143434514241
Binary10100110110011010010011111000111000111001011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66602; }

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

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

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

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

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

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

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

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