Shades of Hippie Pink #AA5461
Tints of Hippie Pink #AA5461
RGB
CMYK
RGB Variations
Color information
#AA5461 (or 0xAA5461) is known color: Hippie Pink. HEX triplet: AA, 54 and 61. RGB value is (170,84,97). Sum of RGB (Red+Green+Blue) = 170+84+97=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5461 is #55AB9E. Grayscale: #6F6F6F. Windows color (decimal): -5614495 or 6378666. OLE color: 6378666.
HSL color Cylindrical-coordinate representation of color #AA5461: hue angle of 350.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5461 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 97 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.33 |
| HSL | 350.93º | 0.34% | 0.5% | - |
| HSV(B) | 350.93º | 0.51% | 0.67% | - |
| XYZ | 21.91 | 15.75 | 13.19 | - |
| YUV | 111.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 97 | 0 | 0.51 | 0.43 | 0.33 | 350.93 | 0.34 | 0.5 |
| Hex | AA | 54 | 61 | 0 | 33 | 2B | 21 | 15F | 22 | 32 |
| Octal | 252 | 124 | 141 | 0 | 63 | 53 | 41 | 537 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1100001 | 0 | 110011 | 101011 | 100001 | 101011111 | 100010 | 110010 |
Color Harmonies of #AA5461
Complementary color
Monochromatic Colors of #AA5461
Black with #AA5461
Text Example
Text Example
White with #AA5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5461; }
p { color: rgb(170,84,97); }
H1.HeaderClassName
{
color: #AA5461;
}
.AnyTagClassName
{
color: #AA5461;
}
</style>
background-color css
<style>
a { background-color: #AA5461; }
a { background-color: rgb(170,84,97); }
div.DivClassName
{
background-color: #AA5461;
}
.BgClassName
{
background-color: #AA5461;
}
</style>
border-color css
<style>
span { border-color: #AA5461; }
span { border-color: rgb(170,84,97); }
td.TdClassName
{
border-color: #AA5461;
}
.TagClassName
{
border-color: #AA5461;
}
</style>