Shades of Hippie Pink #AA435B
Tints of Hippie Pink #AA435B
RGB
CMYK
RGB Variations
Color information
#AA435B (or 0xAA435B) is known color: Hippie Pink. HEX triplet: AA, 43 and 5B. RGB value is (170,67,91). Sum of RGB (Red+Green+Blue) = 170+67+91=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA435B is #55BCA4. Grayscale: #646464. Windows color (decimal): -5618853 or 5981098. OLE color: 5981098.
HSL color Cylindrical-coordinate representation of color #AA435B: hue angle of 346.02º 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 #AA435B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 91 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.33 |
| HSL | 346.02º | 0.43% | 0.46% | - |
| HSV(B) | 346.02º | 0.61% | 0.67% | - |
| XYZ | 20.47 | 13.32 | 11.39 | - |
| YUV | 100.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 91 | 0 | 0.61 | 0.46 | 0.33 | 346.02 | 0.43 | 0.46 |
| Hex | AA | 43 | 5B | 0 | 3D | 2E | 21 | 15A | 2B | 2E |
| Octal | 252 | 103 | 133 | 0 | 75 | 56 | 41 | 532 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1011011 | 0 | 111101 | 101110 | 100001 | 101011010 | 101011 | 101110 |
Color Harmonies of #AA435B
Complementary color
Monochromatic Colors of #AA435B
Black with #AA435B
Text Example
Text Example
White with #AA435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA435B; }
p { color: rgb(170,67,91); }
H1.HeaderClassName
{
color: #AA435B;
}
.AnyTagClassName
{
color: #AA435B;
}
</style>
background-color css
<style>
a { background-color: #AA435B; }
a { background-color: rgb(170,67,91); }
div.DivClassName
{
background-color: #AA435B;
}
.BgClassName
{
background-color: #AA435B;
}
</style>
border-color css
<style>
span { border-color: #AA435B; }
span { border-color: rgb(170,67,91); }
td.TdClassName
{
border-color: #AA435B;
}
.TagClassName
{
border-color: #AA435B;
}
</style>