#A65904

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

Shades of Golden Brown #A65904

Tints of Golden Brown #A65904

Color information

#A65904 (or 0xA65904) is unknown color: approx Golden Brown. HEX triplet: A6, 59 and 04. RGB value is (166,89,4). Sum of RGB (Red+Green+Blue) = 166+89+4=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A65904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65904 is #59A6FB. Grayscale: #666666. Windows color (decimal): -5875452 or 285094. OLE color: 285094.

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

Color convert

RGB166894-
CMYK00.460.980.35
HSL31.48º95.29%33.33%-
HSV(B)31.48º97.59%65.1%-
XYZ19.3215.262.04-
YUV102.3372.51173.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=64.09%
G=34.36%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16689400.460.980.3531.4895.2933.33
HexA659402E62231f5f21
Octal2461314056142433713741
Binary10100110101100110001011101100010100011111111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65904; }

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

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

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

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

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

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

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

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