Shades of Hippie Pink #A25B60
Tints of Hippie Pink #A25B60
RGB
CMYK
RGB Variations
Color information
#A25B60 (or 0xA25B60) is known color: Hippie Pink. HEX triplet: A2, 5B and 60. RGB value is (162,91,96). Sum of RGB (Red+Green+Blue) = 162+91+96=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B60 is #5DA49F. Grayscale: #707070. Windows color (decimal): -6136992 or 6314914. OLE color: 6314914.
HSL color Cylindrical-coordinate representation of color #A25B60: hue angle of 355.77º 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 #A25B60 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 96 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.36 |
| HSL | 355.77º | 0.28% | 0.5% | - |
| HSV(B) | 355.77º | 0.44% | 0.64% | - |
| XYZ | 20.75 | 16.01 | 13.06 | - |
| YUV | 112.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 96 | 0 | 0.44 | 0.41 | 0.36 | 355.77 | 0.28 | 0.5 |
| Hex | A2 | 5B | 60 | 0 | 2C | 29 | 24 | 164 | 1C | 32 |
| Octal | 242 | 133 | 140 | 0 | 54 | 51 | 44 | 544 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1100000 | 0 | 101100 | 101001 | 100100 | 101100100 | 11100 | 110010 |
Color Harmonies of #A25B60
Complementary color
Monochromatic Colors of #A25B60
Black with #A25B60
Text Example
Text Example
White with #A25B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B60; }
p { color: rgb(162,91,96); }
H1.HeaderClassName
{
color: #A25B60;
}
.AnyTagClassName
{
color: #A25B60;
}
</style>
background-color css
<style>
a { background-color: #A25B60; }
a { background-color: rgb(162,91,96); }
div.DivClassName
{
background-color: #A25B60;
}
.BgClassName
{
background-color: #A25B60;
}
</style>
border-color css
<style>
span { border-color: #A25B60; }
span { border-color: rgb(162,91,96); }
td.TdClassName
{
border-color: #A25B60;
}
.TagClassName
{
border-color: #A25B60;
}
</style>