Shades of Hippie Pink #A45C60
Tints of Hippie Pink #A45C60
RGB
CMYK
RGB Variations
Color information
#A45C60 (or 0xA45C60) is known color: Hippie Pink. HEX triplet: A4, 5C and 60. RGB value is (164,92,96). Sum of RGB (Red+Green+Blue) = 164+92+96=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C60 is #5BA39F. Grayscale: #727272. Windows color (decimal): -6005664 or 6315172. OLE color: 6315172.
HSL color Cylindrical-coordinate representation of color #A45C60: hue angle of 356.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45C60 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 96 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.36 |
| HSL | 356.67º | 0.28% | 0.5% | - |
| HSV(B) | 356.67º | 0.44% | 0.64% | - |
| XYZ | 21.25 | 16.39 | 13.11 | - |
| YUV | 113.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 96 | 0 | 0.44 | 0.41 | 0.36 | 356.67 | 0.28 | 0.5 |
| Hex | A4 | 5C | 60 | 0 | 2C | 29 | 24 | 165 | 1C | 32 |
| Octal | 244 | 134 | 140 | 0 | 54 | 51 | 44 | 545 | 34 | 62 |
| Binary | 10100100 | 1011100 | 1100000 | 0 | 101100 | 101001 | 100100 | 101100101 | 11100 | 110010 |
Color Harmonies of #A45C60
Complementary color
Monochromatic Colors of #A45C60
Black with #A45C60
Text Example
Text Example
White with #A45C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C60; }
p { color: rgb(164,92,96); }
H1.HeaderClassName
{
color: #A45C60;
}
.AnyTagClassName
{
color: #A45C60;
}
</style>
background-color css
<style>
a { background-color: #A45C60; }
a { background-color: rgb(164,92,96); }
div.DivClassName
{
background-color: #A45C60;
}
.BgClassName
{
background-color: #A45C60;
}
</style>
border-color css
<style>
span { border-color: #A45C60; }
span { border-color: rgb(164,92,96); }
td.TdClassName
{
border-color: #A45C60;
}
.TagClassName
{
border-color: #A45C60;
}
</style>