Shades of Hippie Pink #A24F5F
Tints of Hippie Pink #A24F5F
RGB
CMYK
RGB Variations
Color information
#A24F5F (or 0xA24F5F) is known color: Hippie Pink. HEX triplet: A2, 4F and 5F. RGB value is (162,79,95). Sum of RGB (Red+Green+Blue) = 162+79+95=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F5F is #5DB0A0. Grayscale: #696969. Windows color (decimal): -6140065 or 6246306. OLE color: 6246306.
HSL color Cylindrical-coordinate representation of color #A24F5F: hue angle of 348.43º 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 #A24F5F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 95 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.36 |
| HSL | 348.43º | 0.34% | 0.47% | - |
| HSV(B) | 348.43º | 0.51% | 0.64% | - |
| XYZ | 19.76 | 14.1 | 12.51 | - |
| YUV | 105.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 95 | 0 | 0.51 | 0.41 | 0.36 | 348.43 | 0.34 | 0.47 |
| Hex | A2 | 4F | 5F | 0 | 33 | 29 | 24 | 15C | 22 | 2F |
| Octal | 242 | 117 | 137 | 0 | 63 | 51 | 44 | 534 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1011111 | 0 | 110011 | 101001 | 100100 | 101011100 | 100010 | 101111 |
Color Harmonies of #A24F5F
Complementary color
Monochromatic Colors of #A24F5F
Black with #A24F5F
Text Example
Text Example
White with #A24F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F5F; }
p { color: rgb(162,79,95); }
H1.HeaderClassName
{
color: #A24F5F;
}
.AnyTagClassName
{
color: #A24F5F;
}
</style>
background-color css
<style>
a { background-color: #A24F5F; }
a { background-color: rgb(162,79,95); }
div.DivClassName
{
background-color: #A24F5F;
}
.BgClassName
{
background-color: #A24F5F;
}
</style>
border-color css
<style>
span { border-color: #A24F5F; }
span { border-color: rgb(162,79,95); }
td.TdClassName
{
border-color: #A24F5F;
}
.TagClassName
{
border-color: #A24F5F;
}
</style>