Shades of Hippie Pink #AA4F50
Tints of Hippie Pink #AA4F50
RGB
CMYK
RGB Variations
Color information
#AA4F50 (or 0xAA4F50) is known color: Hippie Pink. HEX triplet: AA, 4F and 50. RGB value is (170,79,80). Sum of RGB (Red+Green+Blue) = 170+79+80=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F50 is #55B0AF. Grayscale: #6A6A6A. Windows color (decimal): -5615792 or 5263274. OLE color: 5263274.
HSL color Cylindrical-coordinate representation of color #AA4F50: hue angle of 359.34º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4F50 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 79 | 80 | - |
CMYK | 0 | 0.54 | 0.53 | 0.33 |
HSL | 359.34º | 0.37% | 0.49% | - |
HSV(B) | 359.34º | 0.54% | 0.67% | - |
XYZ | 20.82 | 14.72 | 9.33 | - |
YUV | 106.32 | 113.15 | 173.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 79 | 80 | 0 | 0.54 | 0.53 | 0.33 | 359.34 | 0.37 | 0.49 |
Hex | AA | 4F | 50 | 0 | 36 | 35 | 21 | 167 | 25 | 31 |
Octal | 252 | 117 | 120 | 0 | 66 | 65 | 41 | 547 | 45 | 61 |
Binary | 10101010 | 1001111 | 1010000 | 0 | 110110 | 110101 | 100001 | 101100111 | 100101 | 110001 |
Color Harmonies of #AA4F50
Complementary color
Monochromatic Colors of #AA4F50
Black with #AA4F50
Text Example
Text Example
White with #AA4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F50; }
p { color: rgb(170,79,80); }
H1.HeaderClassName
{
color: #AA4F50;
}
.AnyTagClassName
{
color: #AA4F50;
}
</style>
background-color css
<style>
a { background-color: #AA4F50; }
a { background-color: rgb(170,79,80); }
div.DivClassName
{
background-color: #AA4F50;
}
.BgClassName
{
background-color: #AA4F50;
}
</style>
border-color css
<style>
span { border-color: #AA4F50; }
span { border-color: rgb(170,79,80); }
td.TdClassName
{
border-color: #AA4F50;
}
.TagClassName
{
border-color: #AA4F50;
}
</style>