#A0560C

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

Shades of Golden Brown #A0560C

Tints of Golden Brown #A0560C

Color information

#A0560C (or 0xA0560C) is unknown color: approx Golden Brown. HEX triplet: A0, 56 and 0C. RGB value is (160,86,12). Sum of RGB (Red+Green+Blue) = 160+86+12=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0560C is #5FA9F3. Grayscale: #646464. Windows color (decimal): -6269428 or 808608. OLE color: 808608.

HSL color Cylindrical-coordinate representation of color #A0560C: hue angle of 30º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0560C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1608612-
CMYK00.460.930.37
HSL30º86.05%33.73%-
HSV(B)30º92.5%62.75%-
XYZ17.8914.162.14-
YUV99.6978.52171.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=62.02%
G=33.33%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160861200.460.930.373086.0533.73
HexA056C02E5D251e5622
Octal24012614056135453612642
Binary101000001010110110001011101011101100101111101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0560C; }

 p { color: rgb(160,86,12); }

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

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

 a { background-color: rgb(160,86,12); }

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

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

 span { border-color: rgb(160,86,12); }

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