Shades of Hippie Pink #AA485C
Tints of Hippie Pink #AA485C
RGB
CMYK
RGB Variations
Color information
#AA485C (or 0xAA485C) is known color: Hippie Pink. HEX triplet: AA, 48 and 5C. RGB value is (170,72,92). Sum of RGB (Red+Green+Blue) = 170+72+92=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA485C is #55B7A3. Grayscale: #676767. Windows color (decimal): -5617572 or 6047914. OLE color: 6047914.
HSL color Cylindrical-coordinate representation of color #AA485C: hue angle of 347.76º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA485C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 92 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.33 |
| HSL | 347.76º | 0.4% | 0.47% | - |
| HSV(B) | 347.76º | 0.58% | 0.67% | - |
| XYZ | 20.83 | 13.95 | 11.72 | - |
| YUV | 103.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 92 | 0 | 0.58 | 0.46 | 0.33 | 347.76 | 0.4 | 0.47 |
| Hex | AA | 48 | 5C | 0 | 3A | 2E | 21 | 15C | 28 | 2F |
| Octal | 252 | 110 | 134 | 0 | 72 | 56 | 41 | 534 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1011100 | 0 | 111010 | 101110 | 100001 | 101011100 | 101000 | 101111 |
Color Harmonies of #AA485C
Complementary color
Monochromatic Colors of #AA485C
Black with #AA485C
Text Example
Text Example
White with #AA485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA485C; }
p { color: rgb(170,72,92); }
H1.HeaderClassName
{
color: #AA485C;
}
.AnyTagClassName
{
color: #AA485C;
}
</style>
background-color css
<style>
a { background-color: #AA485C; }
a { background-color: rgb(170,72,92); }
div.DivClassName
{
background-color: #AA485C;
}
.BgClassName
{
background-color: #AA485C;
}
</style>
border-color css
<style>
span { border-color: #AA485C; }
span { border-color: rgb(170,72,92); }
td.TdClassName
{
border-color: #AA485C;
}
.TagClassName
{
border-color: #AA485C;
}
</style>