Shades of Hippie Pink #A24951
Tints of Hippie Pink #A24951
RGB
CMYK
RGB Variations
Color information
#A24951 (or 0xA24951) is known color: Hippie Pink. HEX triplet: A2, 49 and 51. RGB value is (162,73,81). Sum of RGB (Red+Green+Blue) = 162+73+81=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A24951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24951 is #5DB6AE. Grayscale: #646464. Windows color (decimal): -6141615 or 5327266. OLE color: 5327266.
HSL color Cylindrical-coordinate representation of color #A24951: hue angle of 354.61º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24951 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 81 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.36 |
| HSL | 354.61º | 0.38% | 0.46% | - |
| HSV(B) | 354.61º | 0.55% | 0.64% | - |
| XYZ | 18.77 | 13.04 | 9.31 | - |
| YUV | 100.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 81 | 0 | 0.55 | 0.50 | 0.36 | 354.61 | 0.38 | 0.46 |
| Hex | A2 | 49 | 51 | 0 | 37 | 32 | 24 | 163 | 26 | 2E |
| Octal | 242 | 111 | 121 | 0 | 67 | 62 | 44 | 543 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1010001 | 0 | 110111 | 110010 | 100100 | 101100011 | 100110 | 101110 |
Color Harmonies of #A24951
Complementary color
Monochromatic Colors of #A24951
Black with #A24951
Text Example
Text Example
White with #A24951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24951; }
p { color: rgb(162,73,81); }
H1.HeaderClassName
{
color: #A24951;
}
.AnyTagClassName
{
color: #A24951;
}
</style>
background-color css
<style>
a { background-color: #A24951; }
a { background-color: rgb(162,73,81); }
div.DivClassName
{
background-color: #A24951;
}
.BgClassName
{
background-color: #A24951;
}
</style>
border-color css
<style>
span { border-color: #A24951; }
span { border-color: rgb(162,73,81); }
td.TdClassName
{
border-color: #A24951;
}
.TagClassName
{
border-color: #A24951;
}
</style>