Shades of Hippie Pink #A0595A
Tints of Hippie Pink #A0595A
RGB
CMYK
RGB Variations
Color information
#A0595A (or 0xA0595A) is known color: Hippie Pink. HEX triplet: A0, 59 and 5A. RGB value is (160,89,90). Sum of RGB (Red+Green+Blue) = 160+89+90=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0595A is #5FA6A5. Grayscale: #6E6E6E. Windows color (decimal): -6268582 or 5921184. OLE color: 5921184.
HSL color Cylindrical-coordinate representation of color #A0595A: hue angle of 359.15º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0595A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 90 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.37 |
| HSL | 359.15º | 0.29% | 0.49% | - |
| HSV(B) | 359.15º | 0.44% | 0.63% | - |
| XYZ | 19.92 | 15.36 | 11.59 | - |
| YUV | 110.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 90 | 0 | 0.44 | 0.44 | 0.37 | 359.15 | 0.29 | 0.49 |
| Hex | A0 | 59 | 5A | 0 | 2C | 2C | 25 | 167 | 1D | 31 |
| Octal | 240 | 131 | 132 | 0 | 54 | 54 | 45 | 547 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1011010 | 0 | 101100 | 101100 | 100101 | 101100111 | 11101 | 110001 |
Color Harmonies of #A0595A
Complementary color
Monochromatic Colors of #A0595A
Black with #A0595A
Text Example
Text Example
White with #A0595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0595A; }
p { color: rgb(160,89,90); }
H1.HeaderClassName
{
color: #A0595A;
}
.AnyTagClassName
{
color: #A0595A;
}
</style>
background-color css
<style>
a { background-color: #A0595A; }
a { background-color: rgb(160,89,90); }
div.DivClassName
{
background-color: #A0595A;
}
.BgClassName
{
background-color: #A0595A;
}
</style>
border-color css
<style>
span { border-color: #A0595A; }
span { border-color: rgb(160,89,90); }
td.TdClassName
{
border-color: #A0595A;
}
.TagClassName
{
border-color: #A0595A;
}
</style>