Shades of Hippie Pink #A25459
Tints of Hippie Pink #A25459
RGB
CMYK
RGB Variations
Color information
#A25459 (or 0xA25459) is known color: Hippie Pink. HEX triplet: A2, 54 and 59. RGB value is (162,84,89). Sum of RGB (Red+Green+Blue) = 162+84+89=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25459 is #5DABA6. Grayscale: #6B6B6B. Windows color (decimal): -6138791 or 5854370. OLE color: 5854370.
HSL color Cylindrical-coordinate representation of color #A25459: hue angle of 356.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25459 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 89 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.36 |
| HSL | 356.15º | 0.32% | 0.48% | - |
| HSV(B) | 356.15º | 0.48% | 0.64% | - |
| XYZ | 19.87 | 14.74 | 11.25 | - |
| YUV | 107.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 89 | 0 | 0.48 | 0.45 | 0.36 | 356.15 | 0.32 | 0.48 |
| Hex | A2 | 54 | 59 | 0 | 30 | 2D | 24 | 164 | 20 | 30 |
| Octal | 242 | 124 | 131 | 0 | 60 | 55 | 44 | 544 | 40 | 60 |
| Binary | 10100010 | 1010100 | 1011001 | 0 | 110000 | 101101 | 100100 | 101100100 | 100000 | 110000 |
Color Harmonies of #A25459
Complementary color
Monochromatic Colors of #A25459
Black with #A25459
Text Example
Text Example
White with #A25459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25459; }
p { color: rgb(162,84,89); }
H1.HeaderClassName
{
color: #A25459;
}
.AnyTagClassName
{
color: #A25459;
}
</style>
background-color css
<style>
a { background-color: #A25459; }
a { background-color: rgb(162,84,89); }
div.DivClassName
{
background-color: #A25459;
}
.BgClassName
{
background-color: #A25459;
}
</style>
border-color css
<style>
span { border-color: #A25459; }
span { border-color: rgb(162,84,89); }
td.TdClassName
{
border-color: #A25459;
}
.TagClassName
{
border-color: #A25459;
}
</style>