#A0575B

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

Shades of Hippie Pink #A0575B

Tints of Hippie Pink #A0575B

Color information

#A0575B (or 0xA0575B) is unknown color: approx Hippie Pink. HEX triplet: A0, 57 and 5B. RGB value is (160,87,91). Sum of RGB (Red+Green+Blue) = 160+87+91=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0575B is #5FA8A4. Grayscale: #6D6D6D. Windows color (decimal): -6269093 or 5986208. OLE color: 5986208.

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

Color convert

RGB1608791-
CMYK00.460.430.37
HSL356.71º29.55%48.43%-
HSV(B)356.71º45.63%62.75%-
XYZ19.7915.0511.76-
YUV109.28117.68164.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=47.34%
G=25.74%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160879100.460.430.37356.7129.5548.43
HexA0575B02E2B251651e30
Octal24012713305653455453660
Binary1010000010101111011011010111010101110010110110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0575B; }

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

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

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

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

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

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

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

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