Shades of Hippie Pink #AA435A
Tints of Hippie Pink #AA435A
RGB
CMYK
RGB Variations
Color information
#AA435A (or 0xAA435A) is known color: Hippie Pink. HEX triplet: AA, 43 and 5A. RGB value is (170,67,90). Sum of RGB (Red+Green+Blue) = 170+67+90=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA435A is #55BCA5. Grayscale: #646464. Windows color (decimal): -5618854 or 5915562. OLE color: 5915562.
HSL color Cylindrical-coordinate representation of color #AA435A: hue angle of 346.6º degrees, saturation: 0.43, 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 #AA435A is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 90 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.33 |
| HSL | 346.6º | 0.43% | 0.46% | - |
| HSV(B) | 346.6º | 0.61% | 0.67% | - |
| XYZ | 20.43 | 13.3 | 11.16 | - |
| YUV | 100.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 90 | 0 | 0.61 | 0.47 | 0.33 | 346.6 | 0.43 | 0.46 |
| Hex | AA | 43 | 5A | 0 | 3D | 2F | 21 | 15B | 2B | 2E |
| Octal | 252 | 103 | 132 | 0 | 75 | 57 | 41 | 533 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1011010 | 0 | 111101 | 101111 | 100001 | 101011011 | 101011 | 101110 |
Color Harmonies of #AA435A
Complementary color
Monochromatic Colors of #AA435A
Black with #AA435A
Text Example
Text Example
White with #AA435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA435A; }
p { color: rgb(170,67,90); }
H1.HeaderClassName
{
color: #AA435A;
}
.AnyTagClassName
{
color: #AA435A;
}
</style>
background-color css
<style>
a { background-color: #AA435A; }
a { background-color: rgb(170,67,90); }
div.DivClassName
{
background-color: #AA435A;
}
.BgClassName
{
background-color: #AA435A;
}
</style>
border-color css
<style>
span { border-color: #AA435A; }
span { border-color: rgb(170,67,90); }
td.TdClassName
{
border-color: #AA435A;
}
.TagClassName
{
border-color: #AA435A;
}
</style>