Shades of Lipstick #AA234B
Tints of Lipstick #AA234B
RGB
CMYK
RGB Variations
Color information
#AA234B (or 0xAA234B) is known color: Lipstick. HEX triplet: AA, 23 and 4B. RGB value is (170,35,75). Sum of RGB (Red+Green+Blue) = 170+35+75=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA234B is #55DCB4. Grayscale: #4F4F4F. Windows color (decimal): -5627061 or 4924330. OLE color: 4924330.
HSL color Cylindrical-coordinate representation of color #AA234B: hue angle of 342.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA234B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 75 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.33 |
| HSL | 342.22º | 0.66% | 0.4% | - |
| HSV(B) | 342.22º | 0.79% | 0.67% | - |
| XYZ | 18.45 | 10.26 | 7.66 | - |
| YUV | 79.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 75 | 0 | 0.79 | 0.56 | 0.33 | 342.22 | 0.66 | 0.4 |
| Hex | AA | 23 | 4B | 0 | 4F | 38 | 21 | 156 | 42 | 28 |
| Octal | 252 | 43 | 113 | 0 | 117 | 70 | 41 | 526 | 102 | 50 |
| Binary | 10101010 | 100011 | 1001011 | 0 | 1001111 | 111000 | 100001 | 101010110 | 1000010 | 101000 |
Color Harmonies of #AA234B
Complementary color
Monochromatic Colors of #AA234B
Black with #AA234B
Text Example
Text Example
White with #AA234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA234B; }
p { color: rgb(170,35,75); }
H1.HeaderClassName
{
color: #AA234B;
}
.AnyTagClassName
{
color: #AA234B;
}
</style>
background-color css
<style>
a { background-color: #AA234B; }
a { background-color: rgb(170,35,75); }
div.DivClassName
{
background-color: #AA234B;
}
.BgClassName
{
background-color: #AA234B;
}
</style>
border-color css
<style>
span { border-color: #AA234B; }
span { border-color: rgb(170,35,75); }
td.TdClassName
{
border-color: #AA234B;
}
.TagClassName
{
border-color: #AA234B;
}
</style>