Shades of Hippie Pink #A24C5E
Tints of Hippie Pink #A24C5E
RGB
CMYK
RGB Variations
Color information
#A24C5E (or 0xA24C5E) is known color: Hippie Pink. HEX triplet: A2, 4C and 5E. RGB value is (162,76,94). Sum of RGB (Red+Green+Blue) = 162+76+94=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C5E is #5DB3A1. Grayscale: #676767. Windows color (decimal): -6140834 or 6180002. OLE color: 6180002.
HSL color Cylindrical-coordinate representation of color #A24C5E: hue angle of 347.44º 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 #A24C5E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 94 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.36 |
| HSL | 347.44º | 0.36% | 0.47% | - |
| HSV(B) | 347.44º | 0.53% | 0.64% | - |
| XYZ | 19.51 | 13.66 | 12.2 | - |
| YUV | 103.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 94 | 0 | 0.53 | 0.42 | 0.36 | 347.44 | 0.36 | 0.47 |
| Hex | A2 | 4C | 5E | 0 | 35 | 2A | 24 | 15B | 24 | 2F |
| Octal | 242 | 114 | 136 | 0 | 65 | 52 | 44 | 533 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1011110 | 0 | 110101 | 101010 | 100100 | 101011011 | 100100 | 101111 |
Color Harmonies of #A24C5E
Complementary color
Monochromatic Colors of #A24C5E
Black with #A24C5E
Text Example
Text Example
White with #A24C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C5E; }
p { color: rgb(162,76,94); }
H1.HeaderClassName
{
color: #A24C5E;
}
.AnyTagClassName
{
color: #A24C5E;
}
</style>
background-color css
<style>
a { background-color: #A24C5E; }
a { background-color: rgb(162,76,94); }
div.DivClassName
{
background-color: #A24C5E;
}
.BgClassName
{
background-color: #A24C5E;
}
</style>
border-color css
<style>
span { border-color: #A24C5E; }
span { border-color: rgb(162,76,94); }
td.TdClassName
{
border-color: #A24C5E;
}
.TagClassName
{
border-color: #A24C5E;
}
</style>