Shades of Hippie Pink #A45A60
Tints of Hippie Pink #A45A60
RGB
CMYK
RGB Variations
Color information
#A45A60 (or 0xA45A60) is known color: Hippie Pink. HEX triplet: A4, 5A and 60. RGB value is (164,90,96). Sum of RGB (Red+Green+Blue) = 164+90+96=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A60 is #5BA59F. Grayscale: #707070. Windows color (decimal): -6006176 or 6314660. OLE color: 6314660.
HSL color Cylindrical-coordinate representation of color #A45A60: hue angle of 355.14º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A60 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 96 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.36 |
| HSL | 355.14º | 0.29% | 0.5% | - |
| HSV(B) | 355.14º | 0.45% | 0.64% | - |
| XYZ | 21.08 | 16.05 | 13.05 | - |
| YUV | 112.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 96 | 0 | 0.45 | 0.41 | 0.36 | 355.14 | 0.29 | 0.5 |
| Hex | A4 | 5A | 60 | 0 | 2D | 29 | 24 | 163 | 1D | 32 |
| Octal | 244 | 132 | 140 | 0 | 55 | 51 | 44 | 543 | 35 | 62 |
| Binary | 10100100 | 1011010 | 1100000 | 0 | 101101 | 101001 | 100100 | 101100011 | 11101 | 110010 |
Color Harmonies of #A45A60
Complementary color
Monochromatic Colors of #A45A60
Black with #A45A60
Text Example
Text Example
White with #A45A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A60; }
p { color: rgb(164,90,96); }
H1.HeaderClassName
{
color: #A45A60;
}
.AnyTagClassName
{
color: #A45A60;
}
</style>
background-color css
<style>
a { background-color: #A45A60; }
a { background-color: rgb(164,90,96); }
div.DivClassName
{
background-color: #A45A60;
}
.BgClassName
{
background-color: #A45A60;
}
</style>
border-color css
<style>
span { border-color: #A45A60; }
span { border-color: rgb(164,90,96); }
td.TdClassName
{
border-color: #A45A60;
}
.TagClassName
{
border-color: #A45A60;
}
</style>