Shades of Hippie Pink #A24759
Tints of Hippie Pink #A24759
RGB
CMYK
RGB Variations
Color information
#A24759 (or 0xA24759) is known color: Hippie Pink. HEX triplet: A2, 47 and 59. RGB value is (162,71,89). Sum of RGB (Red+Green+Blue) = 162+71+89=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A24759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24759 is #5DB8A6. Grayscale: #646464. Windows color (decimal): -6142119 or 5851042. OLE color: 5851042.
HSL color Cylindrical-coordinate representation of color #A24759: hue angle of 348.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24759 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 89 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.36 |
| HSL | 348.13º | 0.39% | 0.46% | - |
| HSV(B) | 348.13º | 0.56% | 0.64% | - |
| XYZ | 18.96 | 12.91 | 10.94 | - |
| YUV | 100.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 89 | 0 | 0.56 | 0.45 | 0.36 | 348.13 | 0.39 | 0.46 |
| Hex | A2 | 47 | 59 | 0 | 38 | 2D | 24 | 15C | 27 | 2E |
| Octal | 242 | 107 | 131 | 0 | 70 | 55 | 44 | 534 | 47 | 56 |
| Binary | 10100010 | 1000111 | 1011001 | 0 | 111000 | 101101 | 100100 | 101011100 | 100111 | 101110 |
Color Harmonies of #A24759
Complementary color
Monochromatic Colors of #A24759
Black with #A24759
Text Example
Text Example
White with #A24759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24759; }
p { color: rgb(162,71,89); }
H1.HeaderClassName
{
color: #A24759;
}
.AnyTagClassName
{
color: #A24759;
}
</style>
background-color css
<style>
a { background-color: #A24759; }
a { background-color: rgb(162,71,89); }
div.DivClassName
{
background-color: #A24759;
}
.BgClassName
{
background-color: #A24759;
}
</style>
border-color css
<style>
span { border-color: #A24759; }
span { border-color: rgb(162,71,89); }
td.TdClassName
{
border-color: #A24759;
}
.TagClassName
{
border-color: #A24759;
}
</style>