Shades of Hippie Pink #AA5263
Tints of Hippie Pink #AA5263
RGB
CMYK
RGB Variations
Color information
#AA5263 (or 0xAA5263) is known color: Hippie Pink. HEX triplet: AA, 52 and 63. RGB value is (170,82,99). Sum of RGB (Red+Green+Blue) = 170+82+99=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5263 is #55AD9C. Grayscale: #6E6E6E. Windows color (decimal): -5615005 or 6509226. OLE color: 6509226.
HSL color Cylindrical-coordinate representation of color #AA5263: hue angle of 348.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5263 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 99 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.33 |
| HSL | 348.41º | 0.35% | 0.49% | - |
| HSV(B) | 348.41º | 0.52% | 0.67% | - |
| XYZ | 21.85 | 15.48 | 13.64 | - |
| YUV | 110.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 99 | 0 | 0.52 | 0.42 | 0.33 | 348.41 | 0.35 | 0.49 |
| Hex | AA | 52 | 63 | 0 | 34 | 2A | 21 | 15C | 23 | 31 |
| Octal | 252 | 122 | 143 | 0 | 64 | 52 | 41 | 534 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1100011 | 0 | 110100 | 101010 | 100001 | 101011100 | 100011 | 110001 |
Color Harmonies of #AA5263
Complementary color
Monochromatic Colors of #AA5263
Black with #AA5263
Text Example
Text Example
White with #AA5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5263; }
p { color: rgb(170,82,99); }
H1.HeaderClassName
{
color: #AA5263;
}
.AnyTagClassName
{
color: #AA5263;
}
</style>
background-color css
<style>
a { background-color: #AA5263; }
a { background-color: rgb(170,82,99); }
div.DivClassName
{
background-color: #AA5263;
}
.BgClassName
{
background-color: #AA5263;
}
</style>
border-color css
<style>
span { border-color: #AA5263; }
span { border-color: rgb(170,82,99); }
td.TdClassName
{
border-color: #AA5263;
}
.TagClassName
{
border-color: #AA5263;
}
</style>