#A0570E

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

Shades of Golden Brown #A0570E

Tints of Golden Brown #A0570E

Color information

#A0570E (or 0xA0570E) is unknown color: approx Golden Brown. HEX triplet: A0, 57 and 0E. RGB value is (160,87,14). Sum of RGB (Red+Green+Blue) = 160+87+14=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0570E is #5FA8F1. Grayscale: #646464. Windows color (decimal): -6269170 or 939936. OLE color: 939936.

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

Color convert

RGB1608714-
CMYK00.460.910.37
HSL30º83.91%34.12%-
HSV(B)30º91.25%62.75%-
XYZ17.9814.322.23-
YUV100.579.18170.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=61.30%
G=33.33%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160871400.460.910.373083.9134.12
HexA057E02E5B251e5422
Octal24012716056133453612442
Binary101000001010111111001011101011011100101111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0570E; }

 p { color: rgb(160,87,14); }

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

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

 a { background-color: rgb(160,87,14); }

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

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

 span { border-color: rgb(160,87,14); }

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