Shades of Hippie Pink #A24C51
Tints of Hippie Pink #A24C51
RGB
CMYK
RGB Variations
Color information
#A24C51 (or 0xA24C51) is known color: Hippie Pink. HEX triplet: A2, 4C and 51. RGB value is (162,76,81). Sum of RGB (Red+Green+Blue) = 162+76+81=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C51 is #5DB3AE. Grayscale: #666666. Windows color (decimal): -6140847 or 5328034. OLE color: 5328034.
HSL color Cylindrical-coordinate representation of color #A24C51: hue angle of 356.51º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C51 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 81 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.36 |
| HSL | 356.51º | 0.36% | 0.47% | - |
| HSV(B) | 356.51º | 0.53% | 0.64% | - |
| XYZ | 18.97 | 13.44 | 9.38 | - |
| YUV | 102.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 81 | 0 | 0.53 | 0.50 | 0.36 | 356.51 | 0.36 | 0.47 |
| Hex | A2 | 4C | 51 | 0 | 35 | 32 | 24 | 165 | 24 | 2F |
| Octal | 242 | 114 | 121 | 0 | 65 | 62 | 44 | 545 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1010001 | 0 | 110101 | 110010 | 100100 | 101100101 | 100100 | 101111 |
Color Harmonies of #A24C51
Complementary color
Monochromatic Colors of #A24C51
Black with #A24C51
Text Example
Text Example
White with #A24C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C51; }
p { color: rgb(162,76,81); }
H1.HeaderClassName
{
color: #A24C51;
}
.AnyTagClassName
{
color: #A24C51;
}
</style>
background-color css
<style>
a { background-color: #A24C51; }
a { background-color: rgb(162,76,81); }
div.DivClassName
{
background-color: #A24C51;
}
.BgClassName
{
background-color: #A24C51;
}
</style>
border-color css
<style>
span { border-color: #A24C51; }
span { border-color: rgb(162,76,81); }
td.TdClassName
{
border-color: #A24C51;
}
.TagClassName
{
border-color: #A24C51;
}
</style>