Shades of Hippie Pink #AA494B
Tints of Hippie Pink #AA494B
RGB
CMYK
RGB Variations
Color information
#AA494B (or 0xAA494B) is known color: Hippie Pink. HEX triplet: AA, 49 and 4B. RGB value is (170,73,75). Sum of RGB (Red+Green+Blue) = 170+73+75=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA494B is #55B6B4. Grayscale: #666666. Windows color (decimal): -5617333 or 4934058. OLE color: 4934058.
HSL color Cylindrical-coordinate representation of color #AA494B: hue angle of 358.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA494B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 75 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.33 |
| HSL | 358.76º | 0.4% | 0.48% | - |
| HSV(B) | 358.76º | 0.57% | 0.67% | - |
| XYZ | 20.23 | 13.82 | 8.26 | - |
| YUV | 102.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 75 | 0 | 0.57 | 0.56 | 0.33 | 358.76 | 0.4 | 0.48 |
| Hex | AA | 49 | 4B | 0 | 39 | 38 | 21 | 167 | 28 | 30 |
| Octal | 252 | 111 | 113 | 0 | 71 | 70 | 41 | 547 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1001011 | 0 | 111001 | 111000 | 100001 | 101100111 | 101000 | 110000 |
Color Harmonies of #AA494B
Complementary color
Monochromatic Colors of #AA494B
Black with #AA494B
Text Example
Text Example
White with #AA494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA494B; }
p { color: rgb(170,73,75); }
H1.HeaderClassName
{
color: #AA494B;
}
.AnyTagClassName
{
color: #AA494B;
}
</style>
background-color css
<style>
a { background-color: #AA494B; }
a { background-color: rgb(170,73,75); }
div.DivClassName
{
background-color: #AA494B;
}
.BgClassName
{
background-color: #AA494B;
}
</style>
border-color css
<style>
span { border-color: #AA494B; }
span { border-color: rgb(170,73,75); }
td.TdClassName
{
border-color: #AA494B;
}
.TagClassName
{
border-color: #AA494B;
}
</style>