Shades of Hippie Pink #AA4661
Tints of Hippie Pink #AA4661
RGB
CMYK
RGB Variations
Color information
#AA4661 (or 0xAA4661) is known color: Hippie Pink. HEX triplet: AA, 46 and 61. RGB value is (170,70,97). Sum of RGB (Red+Green+Blue) = 170+70+97=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4661 is #55B99E. Grayscale: #666666. Windows color (decimal): -5618079 or 6375082. OLE color: 6375082.
HSL color Cylindrical-coordinate representation of color #AA4661: hue angle of 343.8º 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 #AA4661 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 97 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.33 |
| HSL | 343.8º | 0.42% | 0.47% | - |
| HSV(B) | 343.8º | 0.59% | 0.67% | - |
| XYZ | 20.93 | 13.79 | 12.87 | - |
| YUV | 102.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 97 | 0 | 0.59 | 0.43 | 0.33 | 343.8 | 0.42 | 0.47 |
| Hex | AA | 46 | 61 | 0 | 3B | 2B | 21 | 158 | 2A | 2F |
| Octal | 252 | 106 | 141 | 0 | 73 | 53 | 41 | 530 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1100001 | 0 | 111011 | 101011 | 100001 | 101011000 | 101010 | 101111 |
Color Harmonies of #AA4661
Complementary color
Monochromatic Colors of #AA4661
Black with #AA4661
Text Example
Text Example
White with #AA4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4661; }
p { color: rgb(170,70,97); }
H1.HeaderClassName
{
color: #AA4661;
}
.AnyTagClassName
{
color: #AA4661;
}
</style>
background-color css
<style>
a { background-color: #AA4661; }
a { background-color: rgb(170,70,97); }
div.DivClassName
{
background-color: #AA4661;
}
.BgClassName
{
background-color: #AA4661;
}
</style>
border-color css
<style>
span { border-color: #AA4661; }
span { border-color: rgb(170,70,97); }
td.TdClassName
{
border-color: #AA4661;
}
.TagClassName
{
border-color: #AA4661;
}
</style>