Shades of Hippie Pink #AA4D5B
Tints of Hippie Pink #AA4D5B
RGB
CMYK
RGB Variations
Color information
#AA4D5B (or 0xAA4D5B) is known color: Hippie Pink. HEX triplet: AA, 4D and 5B. RGB value is (170,77,91). Sum of RGB (Red+Green+Blue) = 170+77+91=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D5B is #55B2A4. Grayscale: #6A6A6A. Windows color (decimal): -5616293 or 5983658. OLE color: 5983658.
HSL color Cylindrical-coordinate representation of color #AA4D5B: hue angle of 350.97º 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 #AA4D5B is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 91 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.33 |
| HSL | 350.97º | 0.38% | 0.48% | - |
| HSV(B) | 350.97º | 0.55% | 0.67% | - |
| XYZ | 21.12 | 14.61 | 11.6 | - |
| YUV | 106.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 91 | 0 | 0.55 | 0.46 | 0.33 | 350.97 | 0.38 | 0.48 |
| Hex | AA | 4D | 5B | 0 | 37 | 2E | 21 | 15F | 26 | 30 |
| Octal | 252 | 115 | 133 | 0 | 67 | 56 | 41 | 537 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1011011 | 0 | 110111 | 101110 | 100001 | 101011111 | 100110 | 110000 |
Color Harmonies of #AA4D5B
Complementary color
Monochromatic Colors of #AA4D5B
Black with #AA4D5B
Text Example
Text Example
White with #AA4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D5B; }
p { color: rgb(170,77,91); }
H1.HeaderClassName
{
color: #AA4D5B;
}
.AnyTagClassName
{
color: #AA4D5B;
}
</style>
background-color css
<style>
a { background-color: #AA4D5B; }
a { background-color: rgb(170,77,91); }
div.DivClassName
{
background-color: #AA4D5B;
}
.BgClassName
{
background-color: #AA4D5B;
}
</style>
border-color css
<style>
span { border-color: #AA4D5B; }
span { border-color: rgb(170,77,91); }
td.TdClassName
{
border-color: #AA4D5B;
}
.TagClassName
{
border-color: #AA4D5B;
}
</style>