#A06104

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

Shades of Golden Brown #A06104

Tints of Golden Brown #A06104

Color information

#A06104 (or 0xA06104) is unknown color: approx Golden Brown. HEX triplet: A0, 61 and 04. RGB value is (160,97,4). Sum of RGB (Red+Green+Blue) = 160+97+4=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A06104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06104 is #5F9EFB. Grayscale: #696969. Windows color (decimal): -6266620 or 287136. OLE color: 287136.

HSL color Cylindrical-coordinate representation of color #A06104: hue angle of 35.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A06104 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB160974-
CMYK00.390.980.37
HSL35.77º95.12%32.16%-
HSV(B)35.77º97.5%62.75%-
XYZ18.7916.032.22-
YUV105.2470.87167.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=61.30%
G=37.16%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16097400.390.980.3735.7795.1232.16
HexA06140276225245f20
Octal2401414047142454413740
Binary101000001100001100010011111000101001011001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06104; }

 p { color: rgb(160,97,4); }

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

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

 a { background-color: rgb(160,97,4); }

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

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

 span { border-color: rgb(160,97,4); }

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