Shades of Hippie Pink #AA4C5C
Tints of Hippie Pink #AA4C5C
RGB
CMYK
RGB Variations
Color information
#AA4C5C (or 0xAA4C5C) is known color: Hippie Pink. HEX triplet: AA, 4C and 5C. RGB value is (170,76,92). Sum of RGB (Red+Green+Blue) = 170+76+92=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5C is #55B3A3. Grayscale: #696969. Windows color (decimal): -5616548 or 6048938. OLE color: 6048938.
HSL color Cylindrical-coordinate representation of color #AA4C5C: hue angle of 349.79º 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 #AA4C5C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 92 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.33 |
| HSL | 349.79º | 0.38% | 0.48% | - |
| HSV(B) | 349.79º | 0.55% | 0.67% | - |
| XYZ | 21.09 | 14.49 | 11.81 | - |
| YUV | 105.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 92 | 0 | 0.55 | 0.46 | 0.33 | 349.79 | 0.38 | 0.48 |
| Hex | AA | 4C | 5C | 0 | 37 | 2E | 21 | 15E | 26 | 30 |
| Octal | 252 | 114 | 134 | 0 | 67 | 56 | 41 | 536 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1011100 | 0 | 110111 | 101110 | 100001 | 101011110 | 100110 | 110000 |
Color Harmonies of #AA4C5C
Complementary color
Monochromatic Colors of #AA4C5C
Black with #AA4C5C
Text Example
Text Example
White with #AA4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C5C; }
p { color: rgb(170,76,92); }
H1.HeaderClassName
{
color: #AA4C5C;
}
.AnyTagClassName
{
color: #AA4C5C;
}
</style>
background-color css
<style>
a { background-color: #AA4C5C; }
a { background-color: rgb(170,76,92); }
div.DivClassName
{
background-color: #AA4C5C;
}
.BgClassName
{
background-color: #AA4C5C;
}
</style>
border-color css
<style>
span { border-color: #AA4C5C; }
span { border-color: rgb(170,76,92); }
td.TdClassName
{
border-color: #AA4C5C;
}
.TagClassName
{
border-color: #AA4C5C;
}
</style>