Shades of Hippie Pink #AA4753
Tints of Hippie Pink #AA4753
RGB
CMYK
RGB Variations
Color information
#AA4753 (or 0xAA4753) is known color: Hippie Pink. HEX triplet: AA, 47 and 53. RGB value is (170,71,83). Sum of RGB (Red+Green+Blue) = 170+71+83=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4753 is #55B8AC. Grayscale: #666666. Windows color (decimal): -5617837 or 5457834. OLE color: 5457834.
HSL color Cylindrical-coordinate representation of color #AA4753: hue angle of 352.73º degrees, saturation: 0.41, 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 #AA4753 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 83 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.33 |
| HSL | 352.73º | 0.41% | 0.47% | - |
| HSV(B) | 352.73º | 0.58% | 0.67% | - |
| XYZ | 20.39 | 13.68 | 9.75 | - |
| YUV | 101.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 83 | 0 | 0.58 | 0.51 | 0.33 | 352.73 | 0.41 | 0.47 |
| Hex | AA | 47 | 53 | 0 | 3A | 33 | 21 | 161 | 29 | 2F |
| Octal | 252 | 107 | 123 | 0 | 72 | 63 | 41 | 541 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1010011 | 0 | 111010 | 110011 | 100001 | 101100001 | 101001 | 101111 |
Color Harmonies of #AA4753
Complementary color
Monochromatic Colors of #AA4753
Black with #AA4753
Text Example
Text Example
White with #AA4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4753; }
p { color: rgb(170,71,83); }
H1.HeaderClassName
{
color: #AA4753;
}
.AnyTagClassName
{
color: #AA4753;
}
</style>
background-color css
<style>
a { background-color: #AA4753; }
a { background-color: rgb(170,71,83); }
div.DivClassName
{
background-color: #AA4753;
}
.BgClassName
{
background-color: #AA4753;
}
</style>
border-color css
<style>
span { border-color: #AA4753; }
span { border-color: rgb(170,71,83); }
td.TdClassName
{
border-color: #AA4753;
}
.TagClassName
{
border-color: #AA4753;
}
</style>