Shades of Hippie Pink #AA4553
Tints of Hippie Pink #AA4553
RGB
CMYK
RGB Variations
Color information
#AA4553 (or 0xAA4553) is known color: Hippie Pink. HEX triplet: AA, 45 and 53. RGB value is (170,69,83). Sum of RGB (Red+Green+Blue) = 170+69+83=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4553 is #55BAAC. Grayscale: #646464. Windows color (decimal): -5618349 or 5457322. OLE color: 5457322.
HSL color Cylindrical-coordinate representation of color #AA4553: hue angle of 351.68º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4553 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 83 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.33 |
| HSL | 351.68º | 0.42% | 0.47% | - |
| HSV(B) | 351.68º | 0.59% | 0.67% | - |
| XYZ | 20.27 | 13.43 | 9.71 | - |
| YUV | 100.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 83 | 0 | 0.59 | 0.51 | 0.33 | 351.68 | 0.42 | 0.47 |
| Hex | AA | 45 | 53 | 0 | 3B | 33 | 21 | 160 | 2A | 2F |
| Octal | 252 | 105 | 123 | 0 | 73 | 63 | 41 | 540 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1010011 | 0 | 111011 | 110011 | 100001 | 101100000 | 101010 | 101111 |
Color Harmonies of #AA4553
Complementary color
Monochromatic Colors of #AA4553
Black with #AA4553
Text Example
Text Example
White with #AA4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4553; }
p { color: rgb(170,69,83); }
H1.HeaderClassName
{
color: #AA4553;
}
.AnyTagClassName
{
color: #AA4553;
}
</style>
background-color css
<style>
a { background-color: #AA4553; }
a { background-color: rgb(170,69,83); }
div.DivClassName
{
background-color: #AA4553;
}
.BgClassName
{
background-color: #AA4553;
}
</style>
border-color css
<style>
span { border-color: #AA4553; }
span { border-color: rgb(170,69,83); }
td.TdClassName
{
border-color: #AA4553;
}
.TagClassName
{
border-color: #AA4553;
}
</style>