Shades of Hippie Pink #AA4257
Tints of Hippie Pink #AA4257
RGB
CMYK
RGB Variations
Color information
#AA4257 (or 0xAA4257) is known color: Hippie Pink. HEX triplet: AA, 42 and 57. RGB value is (170,66,87). Sum of RGB (Red+Green+Blue) = 170+66+87=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4257 is #55BDA8. Grayscale: #636363. Windows color (decimal): -5619113 or 5718698. OLE color: 5718698.
HSL color Cylindrical-coordinate representation of color #AA4257: hue angle of 347.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4257 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 87 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.33 |
| HSL | 347.88º | 0.44% | 0.46% | - |
| HSV(B) | 347.88º | 0.61% | 0.67% | - |
| XYZ | 20.25 | 13.13 | 10.48 | - |
| YUV | 99.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 87 | 0 | 0.61 | 0.49 | 0.33 | 347.88 | 0.44 | 0.46 |
| Hex | AA | 42 | 57 | 0 | 3D | 31 | 21 | 15C | 2C | 2E |
| Octal | 252 | 102 | 127 | 0 | 75 | 61 | 41 | 534 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1010111 | 0 | 111101 | 110001 | 100001 | 101011100 | 101100 | 101110 |
Color Harmonies of #AA4257
Complementary color
Monochromatic Colors of #AA4257
Black with #AA4257
Text Example
Text Example
White with #AA4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4257; }
p { color: rgb(170,66,87); }
H1.HeaderClassName
{
color: #AA4257;
}
.AnyTagClassName
{
color: #AA4257;
}
</style>
background-color css
<style>
a { background-color: #AA4257; }
a { background-color: rgb(170,66,87); }
div.DivClassName
{
background-color: #AA4257;
}
.BgClassName
{
background-color: #AA4257;
}
</style>
border-color css
<style>
span { border-color: #AA4257; }
span { border-color: rgb(170,66,87); }
td.TdClassName
{
border-color: #AA4257;
}
.TagClassName
{
border-color: #AA4257;
}
</style>