Shades of Hippie Pink #A45D60
Tints of Hippie Pink #A45D60
RGB
CMYK
RGB Variations
Color information
#A45D60 (or 0xA45D60) is known color: Hippie Pink. HEX triplet: A4, 5D and 60. RGB value is (164,93,96). Sum of RGB (Red+Green+Blue) = 164+93+96=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D60 is #5BA29F. Grayscale: #727272. Windows color (decimal): -6005408 or 6315428. OLE color: 6315428.
HSL color Cylindrical-coordinate representation of color #A45D60: hue angle of 357.46º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45D60 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 96 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.36 |
| HSL | 357.46º | 0.28% | 0.5% | - |
| HSV(B) | 357.46º | 0.43% | 0.64% | - |
| XYZ | 21.34 | 16.57 | 13.14 | - |
| YUV | 114.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 96 | 0 | 0.43 | 0.41 | 0.36 | 357.46 | 0.28 | 0.5 |
| Hex | A4 | 5D | 60 | 0 | 2B | 29 | 24 | 165 | 1C | 32 |
| Octal | 244 | 135 | 140 | 0 | 53 | 51 | 44 | 545 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1100000 | 0 | 101011 | 101001 | 100100 | 101100101 | 11100 | 110010 |
Color Harmonies of #A45D60
Complementary color
Monochromatic Colors of #A45D60
Black with #A45D60
Text Example
Text Example
White with #A45D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D60; }
p { color: rgb(164,93,96); }
H1.HeaderClassName
{
color: #A45D60;
}
.AnyTagClassName
{
color: #A45D60;
}
</style>
background-color css
<style>
a { background-color: #A45D60; }
a { background-color: rgb(164,93,96); }
div.DivClassName
{
background-color: #A45D60;
}
.BgClassName
{
background-color: #A45D60;
}
</style>
border-color css
<style>
span { border-color: #A45D60; }
span { border-color: rgb(164,93,96); }
td.TdClassName
{
border-color: #A45D60;
}
.TagClassName
{
border-color: #A45D60;
}
</style>