Shades of Hippie Pink #A24955
Tints of Hippie Pink #A24955
RGB
CMYK
RGB Variations
Color information
#A24955 (or 0xA24955) is known color: Hippie Pink. HEX triplet: A2, 49 and 55. RGB value is (162,73,85). Sum of RGB (Red+Green+Blue) = 162+73+85=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A24955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24955 is #5DB6AA. Grayscale: #656565. Windows color (decimal): -6141611 or 5589410. OLE color: 5589410.
HSL color Cylindrical-coordinate representation of color #A24955: hue angle of 351.91º 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 #A24955 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 85 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.36 |
| HSL | 351.91º | 0.38% | 0.46% | - |
| HSV(B) | 351.91º | 0.55% | 0.64% | - |
| XYZ | 18.92 | 13.1 | 10.13 | - |
| YUV | 100.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 85 | 0 | 0.55 | 0.48 | 0.36 | 351.91 | 0.38 | 0.46 |
| Hex | A2 | 49 | 55 | 0 | 37 | 30 | 24 | 160 | 26 | 2E |
| Octal | 242 | 111 | 125 | 0 | 67 | 60 | 44 | 540 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1010101 | 0 | 110111 | 110000 | 100100 | 101100000 | 100110 | 101110 |
Color Harmonies of #A24955
Complementary color
Monochromatic Colors of #A24955
Black with #A24955
Text Example
Text Example
White with #A24955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24955; }
p { color: rgb(162,73,85); }
H1.HeaderClassName
{
color: #A24955;
}
.AnyTagClassName
{
color: #A24955;
}
</style>
background-color css
<style>
a { background-color: #A24955; }
a { background-color: rgb(162,73,85); }
div.DivClassName
{
background-color: #A24955;
}
.BgClassName
{
background-color: #A24955;
}
</style>
border-color css
<style>
span { border-color: #A24955; }
span { border-color: rgb(162,73,85); }
td.TdClassName
{
border-color: #A24955;
}
.TagClassName
{
border-color: #A24955;
}
</style>