Shades of Hippie Pink #AA4D4E
Tints of Hippie Pink #AA4D4E
RGB
CMYK
RGB Variations
Color information
#AA4D4E (or 0xAA4D4E) is known color: Hippie Pink. HEX triplet: AA, 4D and 4E. RGB value is (170,77,78). Sum of RGB (Red+Green+Blue) = 170+77+78=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D4E is #55B2B1. Grayscale: #696969. Windows color (decimal): -5616306 or 5131690. OLE color: 5131690.
HSL color Cylindrical-coordinate representation of color #AA4D4E: hue angle of 359.35º 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 #AA4D4E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 78 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.33 |
| HSL | 359.35º | 0.38% | 0.48% | - |
| HSV(B) | 359.35º | 0.55% | 0.67% | - |
| XYZ | 20.61 | 14.4 | 8.9 | - |
| YUV | 104.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 78 | 0 | 0.55 | 0.54 | 0.33 | 359.35 | 0.38 | 0.48 |
| Hex | AA | 4D | 4E | 0 | 37 | 36 | 21 | 167 | 26 | 30 |
| Octal | 252 | 115 | 116 | 0 | 67 | 66 | 41 | 547 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1001110 | 0 | 110111 | 110110 | 100001 | 101100111 | 100110 | 110000 |
Color Harmonies of #AA4D4E
Complementary color
Monochromatic Colors of #AA4D4E
Black with #AA4D4E
Text Example
Text Example
White with #AA4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D4E; }
p { color: rgb(170,77,78); }
H1.HeaderClassName
{
color: #AA4D4E;
}
.AnyTagClassName
{
color: #AA4D4E;
}
</style>
background-color css
<style>
a { background-color: #AA4D4E; }
a { background-color: rgb(170,77,78); }
div.DivClassName
{
background-color: #AA4D4E;
}
.BgClassName
{
background-color: #AA4D4E;
}
</style>
border-color css
<style>
span { border-color: #AA4D4E; }
span { border-color: rgb(170,77,78); }
td.TdClassName
{
border-color: #AA4D4E;
}
.TagClassName
{
border-color: #AA4D4E;
}
</style>