Shades of Hippie Pink #AA4C58
Tints of Hippie Pink #AA4C58
RGB
CMYK
RGB Variations
Color information
#AA4C58 (or 0xAA4C58) is known color: Hippie Pink. HEX triplet: AA, 4C and 58. RGB value is (170,76,88). Sum of RGB (Red+Green+Blue) = 170+76+88=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C58 is #55B3A7. Grayscale: #696969. Windows color (decimal): -5616552 or 5786794. OLE color: 5786794.
HSL color Cylindrical-coordinate representation of color #AA4C58: hue angle of 352.34º 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 #AA4C58 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 88 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.33 |
| HSL | 352.34º | 0.38% | 0.48% | - |
| HSV(B) | 352.34º | 0.55% | 0.67% | - |
| XYZ | 20.92 | 14.42 | 10.91 | - |
| YUV | 105.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 88 | 0 | 0.55 | 0.48 | 0.33 | 352.34 | 0.38 | 0.48 |
| Hex | AA | 4C | 58 | 0 | 37 | 30 | 21 | 160 | 26 | 30 |
| Octal | 252 | 114 | 130 | 0 | 67 | 60 | 41 | 540 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1011000 | 0 | 110111 | 110000 | 100001 | 101100000 | 100110 | 110000 |
Color Harmonies of #AA4C58
Complementary color
Monochromatic Colors of #AA4C58
Black with #AA4C58
Text Example
Text Example
White with #AA4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C58; }
p { color: rgb(170,76,88); }
H1.HeaderClassName
{
color: #AA4C58;
}
.AnyTagClassName
{
color: #AA4C58;
}
</style>
background-color css
<style>
a { background-color: #AA4C58; }
a { background-color: rgb(170,76,88); }
div.DivClassName
{
background-color: #AA4C58;
}
.BgClassName
{
background-color: #AA4C58;
}
</style>
border-color css
<style>
span { border-color: #AA4C58; }
span { border-color: rgb(170,76,88); }
td.TdClassName
{
border-color: #AA4C58;
}
.TagClassName
{
border-color: #AA4C58;
}
</style>