Shades of Hippie Pink #A24F58
Tints of Hippie Pink #A24F58
RGB
CMYK
RGB Variations
Color information
#A24F58 (or 0xA24F58) is known color: Hippie Pink. HEX triplet: A2, 4F and 58. RGB value is (162,79,88). Sum of RGB (Red+Green+Blue) = 162+79+88=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F58 is #5DB0A7. Grayscale: #686868. Windows color (decimal): -6140072 or 5787554. OLE color: 5787554.
HSL color Cylindrical-coordinate representation of color #A24F58: hue angle of 353.49º 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 #A24F58 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 88 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.36 |
| HSL | 353.49º | 0.34% | 0.47% | - |
| HSV(B) | 353.49º | 0.51% | 0.64% | - |
| XYZ | 19.46 | 13.98 | 10.9 | - |
| YUV | 104.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 88 | 0 | 0.51 | 0.46 | 0.36 | 353.49 | 0.34 | 0.47 |
| Hex | A2 | 4F | 58 | 0 | 33 | 2E | 24 | 161 | 22 | 2F |
| Octal | 242 | 117 | 130 | 0 | 63 | 56 | 44 | 541 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1011000 | 0 | 110011 | 101110 | 100100 | 101100001 | 100010 | 101111 |
Color Harmonies of #A24F58
Complementary color
Monochromatic Colors of #A24F58
Black with #A24F58
Text Example
Text Example
White with #A24F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F58; }
p { color: rgb(162,79,88); }
H1.HeaderClassName
{
color: #A24F58;
}
.AnyTagClassName
{
color: #A24F58;
}
</style>
background-color css
<style>
a { background-color: #A24F58; }
a { background-color: rgb(162,79,88); }
div.DivClassName
{
background-color: #A24F58;
}
.BgClassName
{
background-color: #A24F58;
}
</style>
border-color css
<style>
span { border-color: #A24F58; }
span { border-color: rgb(162,79,88); }
td.TdClassName
{
border-color: #A24F58;
}
.TagClassName
{
border-color: #A24F58;
}
</style>