Shades of Hippie Pink #AA4D5D
Tints of Hippie Pink #AA4D5D
RGB
CMYK
RGB Variations
Color information
#AA4D5D (or 0xAA4D5D) is known color: Hippie Pink. HEX triplet: AA, 4D and 5D. RGB value is (170,77,93). Sum of RGB (Red+Green+Blue) = 170+77+93=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D5D is #55B2A2. Grayscale: #6A6A6A. Windows color (decimal): -5616291 or 6114730. OLE color: 6114730.
HSL color Cylindrical-coordinate representation of color #AA4D5D: hue angle of 349.68º 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 #AA4D5D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 93 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.33 |
| HSL | 349.68º | 0.38% | 0.48% | - |
| HSV(B) | 349.68º | 0.55% | 0.67% | - |
| XYZ | 21.21 | 14.64 | 12.06 | - |
| YUV | 106.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 93 | 0 | 0.55 | 0.45 | 0.33 | 349.68 | 0.38 | 0.48 |
| Hex | AA | 4D | 5D | 0 | 37 | 2D | 21 | 15E | 26 | 30 |
| Octal | 252 | 115 | 135 | 0 | 67 | 55 | 41 | 536 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1011101 | 0 | 110111 | 101101 | 100001 | 101011110 | 100110 | 110000 |
Color Harmonies of #AA4D5D
Complementary color
Monochromatic Colors of #AA4D5D
Black with #AA4D5D
Text Example
Text Example
White with #AA4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D5D; }
p { color: rgb(170,77,93); }
H1.HeaderClassName
{
color: #AA4D5D;
}
.AnyTagClassName
{
color: #AA4D5D;
}
</style>
background-color css
<style>
a { background-color: #AA4D5D; }
a { background-color: rgb(170,77,93); }
div.DivClassName
{
background-color: #AA4D5D;
}
.BgClassName
{
background-color: #AA4D5D;
}
</style>
border-color css
<style>
span { border-color: #AA4D5D; }
span { border-color: rgb(170,77,93); }
td.TdClassName
{
border-color: #AA4D5D;
}
.TagClassName
{
border-color: #AA4D5D;
}
</style>