Shades of Hippie Pink #AA4D58
Tints of Hippie Pink #AA4D58
RGB
CMYK
RGB Variations
Color information
#AA4D58 (or 0xAA4D58) is known color: Hippie Pink. HEX triplet: AA, 4D and 58. RGB value is (170,77,88). Sum of RGB (Red+Green+Blue) = 170+77+88=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D58 is #55B2A7. Grayscale: #6A6A6A. Windows color (decimal): -5616296 or 5787050. OLE color: 5787050.
HSL color Cylindrical-coordinate representation of color #AA4D58: hue angle of 352.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D58 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 88 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.33 |
| HSL | 352.9º | 0.38% | 0.48% | - |
| HSV(B) | 352.9º | 0.55% | 0.67% | - |
| XYZ | 20.99 | 14.56 | 10.94 | - |
| YUV | 106.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 88 | 0 | 0.55 | 0.48 | 0.33 | 352.9 | 0.38 | 0.48 |
| Hex | AA | 4D | 58 | 0 | 37 | 30 | 21 | 161 | 26 | 30 |
| Octal | 252 | 115 | 130 | 0 | 67 | 60 | 41 | 541 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1011000 | 0 | 110111 | 110000 | 100001 | 101100001 | 100110 | 110000 |
Color Harmonies of #AA4D58
Complementary color
Monochromatic Colors of #AA4D58
Black with #AA4D58
Text Example
Text Example
White with #AA4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D58; }
p { color: rgb(170,77,88); }
H1.HeaderClassName
{
color: #AA4D58;
}
.AnyTagClassName
{
color: #AA4D58;
}
</style>
background-color css
<style>
a { background-color: #AA4D58; }
a { background-color: rgb(170,77,88); }
div.DivClassName
{
background-color: #AA4D58;
}
.BgClassName
{
background-color: #AA4D58;
}
</style>
border-color css
<style>
span { border-color: #AA4D58; }
span { border-color: rgb(170,77,88); }
td.TdClassName
{
border-color: #AA4D58;
}
.TagClassName
{
border-color: #AA4D58;
}
</style>