#A0572B

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

Shades of Sienna #A0572B

Tints of Sienna #A0572B

Color information

#A0572B (or 0xA0572B) is unknown color: approx Sienna. HEX triplet: A0, 57 and 2B. RGB value is (160,87,43). Sum of RGB (Red+Green+Blue) = 160+87+43=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0572B is #5FA8D4. Grayscale: #686868. Windows color (decimal): -6269141 or 2840480. OLE color: 2840480.

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

Color convert

RGB1608743-
CMYK00.460.730.37
HSL22.56º57.64%39.8%-
HSV(B)22.56º73.12%62.75%-
XYZ18.3414.464.11-
YUV103.8193.68168.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=55.17%
G=30%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160874300.460.730.3722.5657.6439.8
HexA0572B02E4925173a28
Octal2401275305611145277250
Binary1010000010101111010110101110100100110010110111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0572B; }

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

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

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

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

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

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

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

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