Shades of Hippie Pink #A84752
Tints of Hippie Pink #A84752
RGB
CMYK
RGB Variations
Color information
#A84752 (or 0xA84752) is known color: Hippie Pink. HEX triplet: A8, 47 and 52. RGB value is (168,71,82). Sum of RGB (Red+Green+Blue) = 168+71+82=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A84752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84752 is #57B8AD. Grayscale: #656565. Windows color (decimal): -5748910 or 5392296. OLE color: 5392296.
HSL color Cylindrical-coordinate representation of color #A84752: hue angle of 353.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84752 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 82 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.34 |
| HSL | 353.2º | 0.41% | 0.47% | - |
| HSV(B) | 353.2º | 0.58% | 0.66% | - |
| XYZ | 19.92 | 13.44 | 9.53 | - |
| YUV | 101.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 82 | 0 | 0.58 | 0.51 | 0.34 | 353.2 | 0.41 | 0.47 |
| Hex | A8 | 47 | 52 | 0 | 3A | 33 | 22 | 161 | 29 | 2F |
| Octal | 250 | 107 | 122 | 0 | 72 | 63 | 42 | 541 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1010010 | 0 | 111010 | 110011 | 100010 | 101100001 | 101001 | 101111 |
Color Harmonies of #A84752
Complementary color
Monochromatic Colors of #A84752
Black with #A84752
Text Example
Text Example
White with #A84752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84752; }
p { color: rgb(168,71,82); }
H1.HeaderClassName
{
color: #A84752;
}
.AnyTagClassName
{
color: #A84752;
}
</style>
background-color css
<style>
a { background-color: #A84752; }
a { background-color: rgb(168,71,82); }
div.DivClassName
{
background-color: #A84752;
}
.BgClassName
{
background-color: #A84752;
}
</style>
border-color css
<style>
span { border-color: #A84752; }
span { border-color: rgb(168,71,82); }
td.TdClassName
{
border-color: #A84752;
}
.TagClassName
{
border-color: #A84752;
}
</style>