Shades of Hippie Pink #AA4D53
Tints of Hippie Pink #AA4D53
RGB
CMYK
RGB Variations
Color information
#AA4D53 (or 0xAA4D53) is known color: Hippie Pink. HEX triplet: AA, 4D and 53. RGB value is (170,77,83). Sum of RGB (Red+Green+Blue) = 170+77+83=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D53 is #55B2AC. Grayscale: #696969. Windows color (decimal): -5616301 or 5459370. OLE color: 5459370.
HSL color Cylindrical-coordinate representation of color #AA4D53: hue angle of 356.13º 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 #AA4D53 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 83 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.33 |
| HSL | 356.13º | 0.38% | 0.48% | - |
| HSV(B) | 356.13º | 0.55% | 0.67% | - |
| XYZ | 20.79 | 14.48 | 9.88 | - |
| YUV | 105.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 83 | 0 | 0.55 | 0.51 | 0.33 | 356.13 | 0.38 | 0.48 |
| Hex | AA | 4D | 53 | 0 | 37 | 33 | 21 | 164 | 26 | 30 |
| Octal | 252 | 115 | 123 | 0 | 67 | 63 | 41 | 544 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1010011 | 0 | 110111 | 110011 | 100001 | 101100100 | 100110 | 110000 |
Color Harmonies of #AA4D53
Complementary color
Monochromatic Colors of #AA4D53
Black with #AA4D53
Text Example
Text Example
White with #AA4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D53; }
p { color: rgb(170,77,83); }
H1.HeaderClassName
{
color: #AA4D53;
}
.AnyTagClassName
{
color: #AA4D53;
}
</style>
background-color css
<style>
a { background-color: #AA4D53; }
a { background-color: rgb(170,77,83); }
div.DivClassName
{
background-color: #AA4D53;
}
.BgClassName
{
background-color: #AA4D53;
}
</style>
border-color css
<style>
span { border-color: #AA4D53; }
span { border-color: rgb(170,77,83); }
td.TdClassName
{
border-color: #AA4D53;
}
.TagClassName
{
border-color: #AA4D53;
}
</style>