#A66403

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

Shades of Golden Brown #A66403

Tints of Golden Brown #A66403

Color information

#A66403 (or 0xA66403) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 03. RGB value is (166,100,3). Sum of RGB (Red+Green+Blue) = 166+100+3=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A66403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66403 is #599BFC. Grayscale: #6D6D6D. Windows color (decimal): -5872637 or 222374. OLE color: 222374.

HSL color Cylindrical-coordinate representation of color #A66403: hue angle of 35.71º degrees, saturation: 0.96, 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 #A66403 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1661003-
CMYK00.400.980.35
HSL35.71º96.45%33.14%-
HSV(B)35.71º98.19%65.1%-
XYZ20.317.232.34-
YUV108.6868.37168.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=61.71%
G=37.17%
B=1.12%

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
Decimal166100300.400.980.3535.7196.4533.14
HexA66430286223246021
Octal2461443050142434414041
Binary10100110110010011010100011000101000111001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66403; }

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

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

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

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

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

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

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

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