#A66404

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

Shades of Golden Brown #A66404

Tints of Golden Brown #A66404

Color information

#A66404 (or 0xA66404) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 04. RGB value is (166,100,4). Sum of RGB (Red+Green+Blue) = 166+100+4=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A66404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66404 is #599BFB. Grayscale: #6D6D6D. Windows color (decimal): -5872636 or 287910. OLE color: 287910.

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

Color convert

RGB1661004-
CMYK00.400.980.35
HSL35.56º95.29%33.33%-
HSV(B)35.56º97.59%65.1%-
XYZ20.317.232.37-
YUV108.7968.87168.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=61.48%
G=37.04%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166100400.400.980.3535.5695.2933.33
HexA66440286223245f21
Octal2461444050142434413741
Binary101001101100100100010100011000101000111001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66404; }

 p { color: rgb(166,100,4); }

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

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

 a { background-color: rgb(166,100,4); }

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

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

 span { border-color: rgb(166,100,4); }

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