Shades of Hippie Pink #AA4551
Tints of Hippie Pink #AA4551
RGB
CMYK
RGB Variations
Color information
#AA4551 (or 0xAA4551) is known color: Hippie Pink. HEX triplet: AA, 45 and 51. RGB value is (170,69,81). Sum of RGB (Red+Green+Blue) = 170+69+81=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4551 is #55BAAE. Grayscale: #646464. Windows color (decimal): -5618351 or 5326250. OLE color: 5326250.
HSL color Cylindrical-coordinate representation of color #AA4551: hue angle of 352.87º 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 #AA4551 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 81 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.33 |
| HSL | 352.87º | 0.42% | 0.47% | - |
| HSV(B) | 352.87º | 0.59% | 0.67% | - |
| XYZ | 20.19 | 13.4 | 9.31 | - |
| YUV | 100.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 81 | 0 | 0.59 | 0.52 | 0.33 | 352.87 | 0.42 | 0.47 |
| Hex | AA | 45 | 51 | 0 | 3B | 34 | 21 | 161 | 2A | 2F |
| Octal | 252 | 105 | 121 | 0 | 73 | 64 | 41 | 541 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1010001 | 0 | 111011 | 110100 | 100001 | 101100001 | 101010 | 101111 |
Color Harmonies of #AA4551
Complementary color
Monochromatic Colors of #AA4551
Black with #AA4551
Text Example
Text Example
White with #AA4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4551; }
p { color: rgb(170,69,81); }
H1.HeaderClassName
{
color: #AA4551;
}
.AnyTagClassName
{
color: #AA4551;
}
</style>
background-color css
<style>
a { background-color: #AA4551; }
a { background-color: rgb(170,69,81); }
div.DivClassName
{
background-color: #AA4551;
}
.BgClassName
{
background-color: #AA4551;
}
</style>
border-color css
<style>
span { border-color: #AA4551; }
span { border-color: rgb(170,69,81); }
td.TdClassName
{
border-color: #AA4551;
}
.TagClassName
{
border-color: #AA4551;
}
</style>