#A66400

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

Shades of Golden Brown #A66400

Tints of Golden Brown #A66400

Color information

#A66400 (or 0xA66400) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 00. RGB value is (166,100,0). Sum of RGB (Red+Green+Blue) = 166+100+0=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A66400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66400 is #599BFF. Grayscale: #6C6C6C. Windows color (decimal): -5872640 or 25766. OLE color: 25766.

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

Color convert

RGB1661000-
CMYK00.4010.35
HSL36.14º100%32.55%-
HSV(B)36.14º100%65.1%-
XYZ20.2817.222.26-
YUV108.3366.87169.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.41%
G=37.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166100000.4010.3536.1410032.55
HexA66400286423246421
Octal2461440050144434414441
Binary1010011011001000010100011001001000111001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66400; }

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

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

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

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

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

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

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

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