Shades of Hippie Pink #AA4D4F
Tints of Hippie Pink #AA4D4F
RGB
CMYK
RGB Variations
Color information
#AA4D4F (or 0xAA4D4F) is known color: Hippie Pink. HEX triplet: AA, 4D and 4F. RGB value is (170,77,79). Sum of RGB (Red+Green+Blue) = 170+77+79=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D4F is #55B2B0. Grayscale: #696969. Windows color (decimal): -5616305 or 5197226. OLE color: 5197226.
HSL color Cylindrical-coordinate representation of color #AA4D4F: hue angle of 358.71º 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 #AA4D4F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 79 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.33 |
| HSL | 358.71º | 0.38% | 0.48% | - |
| HSV(B) | 358.71º | 0.55% | 0.67% | - |
| XYZ | 20.64 | 14.42 | 9.09 | - |
| YUV | 105.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 79 | 0 | 0.55 | 0.54 | 0.33 | 358.71 | 0.38 | 0.48 |
| Hex | AA | 4D | 4F | 0 | 37 | 36 | 21 | 167 | 26 | 30 |
| Octal | 252 | 115 | 117 | 0 | 67 | 66 | 41 | 547 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1001111 | 0 | 110111 | 110110 | 100001 | 101100111 | 100110 | 110000 |
Color Harmonies of #AA4D4F
Complementary color
Monochromatic Colors of #AA4D4F
Black with #AA4D4F
Text Example
Text Example
White with #AA4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D4F; }
p { color: rgb(170,77,79); }
H1.HeaderClassName
{
color: #AA4D4F;
}
.AnyTagClassName
{
color: #AA4D4F;
}
</style>
background-color css
<style>
a { background-color: #AA4D4F; }
a { background-color: rgb(170,77,79); }
div.DivClassName
{
background-color: #AA4D4F;
}
.BgClassName
{
background-color: #AA4D4F;
}
</style>
border-color css
<style>
span { border-color: #AA4D4F; }
span { border-color: rgb(170,77,79); }
td.TdClassName
{
border-color: #AA4D4F;
}
.TagClassName
{
border-color: #AA4D4F;
}
</style>