Shades of Lipstick #A9224A
Tints of Lipstick #A9224A
RGB
CMYK
RGB Variations
Color information
#A9224A (or 0xA9224A) is known color: Lipstick. HEX triplet: A9, 22 and 4A. RGB value is (169,34,74). Sum of RGB (Red+Green+Blue) = 169+34+74=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A9224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9224A is #56DDB5. Grayscale: #4E4E4E. Windows color (decimal): -5692854 or 4858537. OLE color: 4858537.
HSL color Cylindrical-coordinate representation of color #A9224A: hue angle of 342.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9224A is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 34 | 74 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.34 |
| HSL | 342.22º | 0.67% | 0.4% | - |
| HSV(B) | 342.22º | 0.8% | 0.66% | - |
| XYZ | 18.17 | 10.07 | 7.47 | - |
| YUV | 78.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 74 | 0 | 0.80 | 0.56 | 0.34 | 342.22 | 0.67 | 0.4 |
| Hex | A9 | 22 | 4A | 0 | 50 | 38 | 22 | 156 | 43 | 28 |
| Octal | 251 | 42 | 112 | 0 | 120 | 70 | 42 | 526 | 103 | 50 |
| Binary | 10101001 | 100010 | 1001010 | 0 | 1010000 | 111000 | 100010 | 101010110 | 1000011 | 101000 |
Color Harmonies of #A9224A
Complementary color
Monochromatic Colors of #A9224A
Black with #A9224A
Text Example
Text Example
White with #A9224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9224A; }
p { color: rgb(169,34,74); }
H1.HeaderClassName
{
color: #A9224A;
}
.AnyTagClassName
{
color: #A9224A;
}
</style>
background-color css
<style>
a { background-color: #A9224A; }
a { background-color: rgb(169,34,74); }
div.DivClassName
{
background-color: #A9224A;
}
.BgClassName
{
background-color: #A9224A;
}
</style>
border-color css
<style>
span { border-color: #A9224A; }
span { border-color: rgb(169,34,74); }
td.TdClassName
{
border-color: #A9224A;
}
.TagClassName
{
border-color: #A9224A;
}
</style>