Shades of Hippie Pink #A24A56
Tints of Hippie Pink #A24A56
RGB
CMYK
RGB Variations
Color information
#A24A56 (or 0xA24A56) is known color: Hippie Pink. HEX triplet: A2, 4A and 56. RGB value is (162,74,86). Sum of RGB (Red+Green+Blue) = 162+74+86=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A56 is #5DB5A9. Grayscale: #656565. Windows color (decimal): -6141354 or 5655202. OLE color: 5655202.
HSL color Cylindrical-coordinate representation of color #A24A56: hue angle of 351.82º 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 #A24A56 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 86 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.36 |
| HSL | 351.82º | 0.37% | 0.46% | - |
| HSV(B) | 351.82º | 0.54% | 0.64% | - |
| XYZ | 19.03 | 13.25 | 10.36 | - |
| YUV | 101.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 86 | 0 | 0.54 | 0.47 | 0.36 | 351.82 | 0.37 | 0.46 |
| Hex | A2 | 4A | 56 | 0 | 36 | 2F | 24 | 160 | 25 | 2E |
| Octal | 242 | 112 | 126 | 0 | 66 | 57 | 44 | 540 | 45 | 56 |
| Binary | 10100010 | 1001010 | 1010110 | 0 | 110110 | 101111 | 100100 | 101100000 | 100101 | 101110 |
Color Harmonies of #A24A56
Complementary color
Monochromatic Colors of #A24A56
Black with #A24A56
Text Example
Text Example
White with #A24A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A56; }
p { color: rgb(162,74,86); }
H1.HeaderClassName
{
color: #A24A56;
}
.AnyTagClassName
{
color: #A24A56;
}
</style>
background-color css
<style>
a { background-color: #A24A56; }
a { background-color: rgb(162,74,86); }
div.DivClassName
{
background-color: #A24A56;
}
.BgClassName
{
background-color: #A24A56;
}
</style>
border-color css
<style>
span { border-color: #A24A56; }
span { border-color: rgb(162,74,86); }
td.TdClassName
{
border-color: #A24A56;
}
.TagClassName
{
border-color: #A24A56;
}
</style>