Shades of Hippie Pink #A24B59
Tints of Hippie Pink #A24B59
RGB
CMYK
RGB Variations
Color information
#A24B59 (or 0xA24B59) is known color: Hippie Pink. HEX triplet: A2, 4B and 59. RGB value is (162,75,89). Sum of RGB (Red+Green+Blue) = 162+75+89=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B59 is #5DB4A6. Grayscale: #666666. Windows color (decimal): -6141095 or 5852066. OLE color: 5852066.
HSL color Cylindrical-coordinate representation of color #A24B59: hue angle of 350.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24B59 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 89 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.36 |
| HSL | 350.34º | 0.37% | 0.46% | - |
| HSV(B) | 350.34º | 0.54% | 0.64% | - |
| XYZ | 19.22 | 13.43 | 11.03 | - |
| YUV | 102.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 89 | 0 | 0.54 | 0.45 | 0.36 | 350.34 | 0.37 | 0.46 |
| Hex | A2 | 4B | 59 | 0 | 36 | 2D | 24 | 15E | 25 | 2E |
| Octal | 242 | 113 | 131 | 0 | 66 | 55 | 44 | 536 | 45 | 56 |
| Binary | 10100010 | 1001011 | 1011001 | 0 | 110110 | 101101 | 100100 | 101011110 | 100101 | 101110 |
Color Harmonies of #A24B59
Complementary color
Monochromatic Colors of #A24B59
Black with #A24B59
Text Example
Text Example
White with #A24B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B59; }
p { color: rgb(162,75,89); }
H1.HeaderClassName
{
color: #A24B59;
}
.AnyTagClassName
{
color: #A24B59;
}
</style>
background-color css
<style>
a { background-color: #A24B59; }
a { background-color: rgb(162,75,89); }
div.DivClassName
{
background-color: #A24B59;
}
.BgClassName
{
background-color: #A24B59;
}
</style>
border-color css
<style>
span { border-color: #A24B59; }
span { border-color: rgb(162,75,89); }
td.TdClassName
{
border-color: #A24B59;
}
.TagClassName
{
border-color: #A24B59;
}
</style>