Shades of Hippie Pink #A24D4E
Tints of Hippie Pink #A24D4E
RGB
CMYK
RGB Variations
Color information
#A24D4E (or 0xA24D4E) is known color: Hippie Pink. HEX triplet: A2, 4D and 4E. RGB value is (162,77,78). Sum of RGB (Red+Green+Blue) = 162+77+78=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D4E is #5DB2B1. Grayscale: #666666. Windows color (decimal): -6140594 or 5131682. OLE color: 5131682.
HSL color Cylindrical-coordinate representation of color #A24D4E: hue angle of 359.29º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D4E is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 78 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.36 |
| HSL | 359.29º | 0.36% | 0.47% | - |
| HSV(B) | 359.29º | 0.52% | 0.64% | - |
| XYZ | 18.93 | 13.54 | 8.82 | - |
| YUV | 102.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 78 | 0 | 0.52 | 0.52 | 0.36 | 359.29 | 0.36 | 0.47 |
| Hex | A2 | 4D | 4E | 0 | 34 | 34 | 24 | 167 | 24 | 2F |
| Octal | 242 | 115 | 116 | 0 | 64 | 64 | 44 | 547 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1001110 | 0 | 110100 | 110100 | 100100 | 101100111 | 100100 | 101111 |
Color Harmonies of #A24D4E
Complementary color
Monochromatic Colors of #A24D4E
Black with #A24D4E
Text Example
Text Example
White with #A24D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D4E; }
p { color: rgb(162,77,78); }
H1.HeaderClassName
{
color: #A24D4E;
}
.AnyTagClassName
{
color: #A24D4E;
}
</style>
background-color css
<style>
a { background-color: #A24D4E; }
a { background-color: rgb(162,77,78); }
div.DivClassName
{
background-color: #A24D4E;
}
.BgClassName
{
background-color: #A24D4E;
}
</style>
border-color css
<style>
span { border-color: #A24D4E; }
span { border-color: rgb(162,77,78); }
td.TdClassName
{
border-color: #A24D4E;
}
.TagClassName
{
border-color: #A24D4E;
}
</style>