Shades of Hippie Pink #A24D53
Tints of Hippie Pink #A24D53
RGB
CMYK
RGB Variations
Color information
#A24D53 (or 0xA24D53) is known color: Hippie Pink. HEX triplet: A2, 4D and 53. RGB value is (162,77,83). Sum of RGB (Red+Green+Blue) = 162+77+83=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D53 is #5DB2AC. Grayscale: #676767. Windows color (decimal): -6140589 or 5459362. OLE color: 5459362.
HSL color Cylindrical-coordinate representation of color #A24D53: hue angle of 355.76º 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 #A24D53 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 83 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.36 |
| HSL | 355.76º | 0.36% | 0.47% | - |
| HSV(B) | 355.76º | 0.52% | 0.64% | - |
| XYZ | 19.12 | 13.61 | 9.8 | - |
| YUV | 103.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 83 | 0 | 0.52 | 0.49 | 0.36 | 355.76 | 0.36 | 0.47 |
| Hex | A2 | 4D | 53 | 0 | 34 | 31 | 24 | 164 | 24 | 2F |
| Octal | 242 | 115 | 123 | 0 | 64 | 61 | 44 | 544 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1010011 | 0 | 110100 | 110001 | 100100 | 101100100 | 100100 | 101111 |
Color Harmonies of #A24D53
Complementary color
Monochromatic Colors of #A24D53
Black with #A24D53
Text Example
Text Example
White with #A24D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D53; }
p { color: rgb(162,77,83); }
H1.HeaderClassName
{
color: #A24D53;
}
.AnyTagClassName
{
color: #A24D53;
}
</style>
background-color css
<style>
a { background-color: #A24D53; }
a { background-color: rgb(162,77,83); }
div.DivClassName
{
background-color: #A24D53;
}
.BgClassName
{
background-color: #A24D53;
}
</style>
border-color css
<style>
span { border-color: #A24D53; }
span { border-color: rgb(162,77,83); }
td.TdClassName
{
border-color: #A24D53;
}
.TagClassName
{
border-color: #A24D53;
}
</style>