Shades of Hippie Pink #A24F52
Tints of Hippie Pink #A24F52
RGB
CMYK
RGB Variations
Color information
#A24F52 (or 0xA24F52) is known color: Hippie Pink. HEX triplet: A2, 4F and 52. RGB value is (162,79,82). Sum of RGB (Red+Green+Blue) = 162+79+82=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F52 is #5DB0AD. Grayscale: #686868. Windows color (decimal): -6140078 or 5394338. OLE color: 5394338.
HSL color Cylindrical-coordinate representation of color #A24F52: hue angle of 357.83º 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 #A24F52 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 82 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.36 |
| HSL | 357.83º | 0.34% | 0.47% | - |
| HSV(B) | 357.83º | 0.51% | 0.64% | - |
| XYZ | 19.22 | 13.88 | 9.65 | - |
| YUV | 104.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 82 | 0 | 0.51 | 0.49 | 0.36 | 357.83 | 0.34 | 0.47 |
| Hex | A2 | 4F | 52 | 0 | 33 | 31 | 24 | 166 | 22 | 2F |
| Octal | 242 | 117 | 122 | 0 | 63 | 61 | 44 | 546 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1010010 | 0 | 110011 | 110001 | 100100 | 101100110 | 100010 | 101111 |
Color Harmonies of #A24F52
Complementary color
Monochromatic Colors of #A24F52
Black with #A24F52
Text Example
Text Example
White with #A24F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F52; }
p { color: rgb(162,79,82); }
H1.HeaderClassName
{
color: #A24F52;
}
.AnyTagClassName
{
color: #A24F52;
}
</style>
background-color css
<style>
a { background-color: #A24F52; }
a { background-color: rgb(162,79,82); }
div.DivClassName
{
background-color: #A24F52;
}
.BgClassName
{
background-color: #A24F52;
}
</style>
border-color css
<style>
span { border-color: #A24F52; }
span { border-color: rgb(162,79,82); }
td.TdClassName
{
border-color: #A24F52;
}
.TagClassName
{
border-color: #A24F52;
}
</style>