Shades of Hippie Pink #AA465A
Tints of Hippie Pink #AA465A
RGB
CMYK
RGB Variations
Color information
#AA465A (or 0xAA465A) is known color: Hippie Pink. HEX triplet: AA, 46 and 5A. RGB value is (170,70,90). Sum of RGB (Red+Green+Blue) = 170+70+90=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465A is #55B9A5. Grayscale: #666666. Windows color (decimal): -5618086 or 5916330. OLE color: 5916330.
HSL color Cylindrical-coordinate representation of color #AA465A: hue angle of 348º 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 #AA465A is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 90 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.33 |
| HSL | 348º | 0.42% | 0.47% | - |
| HSV(B) | 348º | 0.59% | 0.67% | - |
| XYZ | 20.61 | 13.66 | 11.22 | - |
| YUV | 102.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 90 | 0 | 0.59 | 0.47 | 0.33 | 348 | 0.42 | 0.47 |
| Hex | AA | 46 | 5A | 0 | 3B | 2F | 21 | 15C | 2A | 2F |
| Octal | 252 | 106 | 132 | 0 | 73 | 57 | 41 | 534 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1011010 | 0 | 111011 | 101111 | 100001 | 101011100 | 101010 | 101111 |
Color Harmonies of #AA465A
Complementary color
Monochromatic Colors of #AA465A
Black with #AA465A
Text Example
Text Example
White with #AA465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA465A; }
p { color: rgb(170,70,90); }
H1.HeaderClassName
{
color: #AA465A;
}
.AnyTagClassName
{
color: #AA465A;
}
</style>
background-color css
<style>
a { background-color: #AA465A; }
a { background-color: rgb(170,70,90); }
div.DivClassName
{
background-color: #AA465A;
}
.BgClassName
{
background-color: #AA465A;
}
</style>
border-color css
<style>
span { border-color: #AA465A; }
span { border-color: rgb(170,70,90); }
td.TdClassName
{
border-color: #AA465A;
}
.TagClassName
{
border-color: #AA465A;
}
</style>