Shades of Hippie Pink #A24F5D
Tints of Hippie Pink #A24F5D
RGB
CMYK
RGB Variations
Color information
#A24F5D (or 0xA24F5D) is known color: Hippie Pink. HEX triplet: A2, 4F and 5D. RGB value is (162,79,93). Sum of RGB (Red+Green+Blue) = 162+79+93=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F5D is #5DB0A2. Grayscale: #696969. Windows color (decimal): -6140067 or 6115234. OLE color: 6115234.
HSL color Cylindrical-coordinate representation of color #A24F5D: hue angle of 349.88º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F5D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 93 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.36 |
| HSL | 349.88º | 0.34% | 0.47% | - |
| HSV(B) | 349.88º | 0.51% | 0.64% | - |
| XYZ | 19.67 | 14.06 | 12.03 | - |
| YUV | 105.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 93 | 0 | 0.51 | 0.43 | 0.36 | 349.88 | 0.34 | 0.47 |
| Hex | A2 | 4F | 5D | 0 | 33 | 2B | 24 | 15E | 22 | 2F |
| Octal | 242 | 117 | 135 | 0 | 63 | 53 | 44 | 536 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1011101 | 0 | 110011 | 101011 | 100100 | 101011110 | 100010 | 101111 |
Color Harmonies of #A24F5D
Complementary color
Monochromatic Colors of #A24F5D
Black with #A24F5D
Text Example
Text Example
White with #A24F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F5D; }
p { color: rgb(162,79,93); }
H1.HeaderClassName
{
color: #A24F5D;
}
.AnyTagClassName
{
color: #A24F5D;
}
</style>
background-color css
<style>
a { background-color: #A24F5D; }
a { background-color: rgb(162,79,93); }
div.DivClassName
{
background-color: #A24F5D;
}
.BgClassName
{
background-color: #A24F5D;
}
</style>
border-color css
<style>
span { border-color: #A24F5D; }
span { border-color: rgb(162,79,93); }
td.TdClassName
{
border-color: #A24F5D;
}
.TagClassName
{
border-color: #A24F5D;
}
</style>