Shades of Hippie Pink #A24C5C
Tints of Hippie Pink #A24C5C
RGB
CMYK
RGB Variations
Color information
#A24C5C (or 0xA24C5C) is known color: Hippie Pink. HEX triplet: A2, 4C and 5C. RGB value is (162,76,92). Sum of RGB (Red+Green+Blue) = 162+76+92=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C5C is #5DB3A3. Grayscale: #676767. Windows color (decimal): -6140836 or 6048930. OLE color: 6048930.
HSL color Cylindrical-coordinate representation of color #A24C5C: hue angle of 348.84º 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 #A24C5C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 92 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.36 |
| HSL | 348.84º | 0.36% | 0.47% | - |
| HSV(B) | 348.84º | 0.53% | 0.64% | - |
| XYZ | 19.42 | 13.62 | 11.73 | - |
| YUV | 103.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 92 | 0 | 0.53 | 0.43 | 0.36 | 348.84 | 0.36 | 0.47 |
| Hex | A2 | 4C | 5C | 0 | 35 | 2B | 24 | 15D | 24 | 2F |
| Octal | 242 | 114 | 134 | 0 | 65 | 53 | 44 | 535 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1011100 | 0 | 110101 | 101011 | 100100 | 101011101 | 100100 | 101111 |
Color Harmonies of #A24C5C
Complementary color
Monochromatic Colors of #A24C5C
Black with #A24C5C
Text Example
Text Example
White with #A24C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C5C; }
p { color: rgb(162,76,92); }
H1.HeaderClassName
{
color: #A24C5C;
}
.AnyTagClassName
{
color: #A24C5C;
}
</style>
background-color css
<style>
a { background-color: #A24C5C; }
a { background-color: rgb(162,76,92); }
div.DivClassName
{
background-color: #A24C5C;
}
.BgClassName
{
background-color: #A24C5C;
}
</style>
border-color css
<style>
span { border-color: #A24C5C; }
span { border-color: rgb(162,76,92); }
td.TdClassName
{
border-color: #A24C5C;
}
.TagClassName
{
border-color: #A24C5C;
}
</style>