Shades of Hippie Pink #A24856
Tints of Hippie Pink #A24856
RGB
CMYK
RGB Variations
Color information
#A24856 (or 0xA24856) is known color: Hippie Pink. HEX triplet: A2, 48 and 56. RGB value is (162,72,86). Sum of RGB (Red+Green+Blue) = 162+72+86=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A24856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24856 is #5DB7A9. Grayscale: #646464. Windows color (decimal): -6141866 or 5654690. OLE color: 5654690.
HSL color Cylindrical-coordinate representation of color #A24856: hue angle of 350.67º degrees, saturation: 0.38, 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 #A24856 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 86 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.36 |
| HSL | 350.67º | 0.38% | 0.46% | - |
| HSV(B) | 350.67º | 0.56% | 0.64% | - |
| XYZ | 18.9 | 12.99 | 10.32 | - |
| YUV | 100.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 86 | 0 | 0.56 | 0.47 | 0.36 | 350.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 56 | 0 | 38 | 2F | 24 | 15F | 26 | 2E |
| Octal | 242 | 110 | 126 | 0 | 70 | 57 | 44 | 537 | 46 | 56 |
| Binary | 10100010 | 1001000 | 1010110 | 0 | 111000 | 101111 | 100100 | 101011111 | 100110 | 101110 |
Color Harmonies of #A24856
Complementary color
Monochromatic Colors of #A24856
Black with #A24856
Text Example
Text Example
White with #A24856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24856; }
p { color: rgb(162,72,86); }
H1.HeaderClassName
{
color: #A24856;
}
.AnyTagClassName
{
color: #A24856;
}
</style>
background-color css
<style>
a { background-color: #A24856; }
a { background-color: rgb(162,72,86); }
div.DivClassName
{
background-color: #A24856;
}
.BgClassName
{
background-color: #A24856;
}
</style>
border-color css
<style>
span { border-color: #A24856; }
span { border-color: rgb(162,72,86); }
td.TdClassName
{
border-color: #A24856;
}
.TagClassName
{
border-color: #A24856;
}
</style>