Shades of Hippie Pink #AA4C4D
Tints of Hippie Pink #AA4C4D
RGB
CMYK
RGB Variations
Color information
#AA4C4D (or 0xAA4C4D) is known color: Hippie Pink. HEX triplet: AA, 4C and 4D. RGB value is (170,76,77). Sum of RGB (Red+Green+Blue) = 170+76+77=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C4D is #55B3B2. Grayscale: #686868. Windows color (decimal): -5616563 or 5065898. OLE color: 5065898.
HSL color Cylindrical-coordinate representation of color #AA4C4D: hue angle of 359.36º 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 #AA4C4D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 77 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.33 |
| HSL | 359.36º | 0.38% | 0.48% | - |
| HSV(B) | 359.36º | 0.55% | 0.67% | - |
| XYZ | 20.5 | 14.25 | 8.69 | - |
| YUV | 104.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 77 | 0 | 0.55 | 0.55 | 0.33 | 359.36 | 0.38 | 0.48 |
| Hex | AA | 4C | 4D | 0 | 37 | 37 | 21 | 167 | 26 | 30 |
| Octal | 252 | 114 | 115 | 0 | 67 | 67 | 41 | 547 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1001101 | 0 | 110111 | 110111 | 100001 | 101100111 | 100110 | 110000 |
Color Harmonies of #AA4C4D
Complementary color
Monochromatic Colors of #AA4C4D
Black with #AA4C4D
Text Example
Text Example
White with #AA4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C4D; }
p { color: rgb(170,76,77); }
H1.HeaderClassName
{
color: #AA4C4D;
}
.AnyTagClassName
{
color: #AA4C4D;
}
</style>
background-color css
<style>
a { background-color: #AA4C4D; }
a { background-color: rgb(170,76,77); }
div.DivClassName
{
background-color: #AA4C4D;
}
.BgClassName
{
background-color: #AA4C4D;
}
</style>
border-color css
<style>
span { border-color: #AA4C4D; }
span { border-color: rgb(170,76,77); }
td.TdClassName
{
border-color: #AA4C4D;
}
.TagClassName
{
border-color: #AA4C4D;
}
</style>