#A0572F

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

Shades of Piper #A0572F

Tints of Piper #A0572F

Color information

#A0572F (or 0xA0572F) is unknown color: approx Piper. HEX triplet: A0, 57 and 2F. RGB value is (160,87,47). Sum of RGB (Red+Green+Blue) = 160+87+47=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0572F is #5FA8D0. Grayscale: #686868. Windows color (decimal): -6269137 or 3102624. OLE color: 3102624.

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

Color convert

RGB1608747-
CMYK00.460.710.37
HSL21.24º54.59%40.59%-
HSV(B)21.24º70.63%62.75%-
XYZ18.4214.54.52-
YUV104.2795.68167.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=54.42%
G=29.59%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160874700.460.710.3721.2454.5940.59
HexA0572F02E4725153729
Octal2401275705610745256751
Binary1010000010101111011110101110100011110010110101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0572F; }

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

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

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

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

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

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

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

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