Shades of Hippie Pink #AA425C
Tints of Hippie Pink #AA425C
RGB
CMYK
RGB Variations
Color information
#AA425C (or 0xAA425C) is known color: Hippie Pink. HEX triplet: AA, 42 and 5C. RGB value is (170,66,92). Sum of RGB (Red+Green+Blue) = 170+66+92=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425C is #55BDA3. Grayscale: #646464. Windows color (decimal): -5619108 or 6046378. OLE color: 6046378.
HSL color Cylindrical-coordinate representation of color #AA425C: hue angle of 345º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA425C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 92 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.33 |
| HSL | 345º | 0.44% | 0.46% | - |
| HSV(B) | 345º | 0.61% | 0.67% | - |
| XYZ | 20.46 | 13.22 | 11.6 | - |
| YUV | 100.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 92 | 0 | 0.61 | 0.46 | 0.33 | 345 | 0.44 | 0.46 |
| Hex | AA | 42 | 5C | 0 | 3D | 2E | 21 | 159 | 2C | 2E |
| Octal | 252 | 102 | 134 | 0 | 75 | 56 | 41 | 531 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1011100 | 0 | 111101 | 101110 | 100001 | 101011001 | 101100 | 101110 |
Color Harmonies of #AA425C
Complementary color
Monochromatic Colors of #AA425C
Black with #AA425C
Text Example
Text Example
White with #AA425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA425C; }
p { color: rgb(170,66,92); }
H1.HeaderClassName
{
color: #AA425C;
}
.AnyTagClassName
{
color: #AA425C;
}
</style>
background-color css
<style>
a { background-color: #AA425C; }
a { background-color: rgb(170,66,92); }
div.DivClassName
{
background-color: #AA425C;
}
.BgClassName
{
background-color: #AA425C;
}
</style>
border-color css
<style>
span { border-color: #AA425C; }
span { border-color: rgb(170,66,92); }
td.TdClassName
{
border-color: #AA425C;
}
.TagClassName
{
border-color: #AA425C;
}
</style>