Shades of Hippie Pink #AA4A4D
Tints of Hippie Pink #AA4A4D
RGB
CMYK
RGB Variations
Color information
#AA4A4D (or 0xAA4A4D) is known color: Hippie Pink. HEX triplet: AA, 4A and 4D. RGB value is (170,74,77). Sum of RGB (Red+Green+Blue) = 170+74+77=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A4D is #55B5B2. Grayscale: #676767. Windows color (decimal): -5617075 or 5065386. OLE color: 5065386.
HSL color Cylindrical-coordinate representation of color #AA4A4D: hue angle of 358.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A4D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 77 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.33 |
| HSL | 358.13º | 0.39% | 0.48% | - |
| HSV(B) | 358.13º | 0.56% | 0.67% | - |
| XYZ | 20.37 | 13.98 | 8.65 | - |
| YUV | 103.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 77 | 0 | 0.56 | 0.55 | 0.33 | 358.13 | 0.39 | 0.48 |
| Hex | AA | 4A | 4D | 0 | 38 | 37 | 21 | 166 | 27 | 30 |
| Octal | 252 | 112 | 115 | 0 | 70 | 67 | 41 | 546 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1001101 | 0 | 111000 | 110111 | 100001 | 101100110 | 100111 | 110000 |
Color Harmonies of #AA4A4D
Complementary color
Monochromatic Colors of #AA4A4D
Black with #AA4A4D
Text Example
Text Example
White with #AA4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A4D; }
p { color: rgb(170,74,77); }
H1.HeaderClassName
{
color: #AA4A4D;
}
.AnyTagClassName
{
color: #AA4A4D;
}
</style>
background-color css
<style>
a { background-color: #AA4A4D; }
a { background-color: rgb(170,74,77); }
div.DivClassName
{
background-color: #AA4A4D;
}
.BgClassName
{
background-color: #AA4A4D;
}
</style>
border-color css
<style>
span { border-color: #AA4A4D; }
span { border-color: rgb(170,74,77); }
td.TdClassName
{
border-color: #AA4A4D;
}
.TagClassName
{
border-color: #AA4A4D;
}
</style>