Shades of Lipstick #A92A52
Tints of Lipstick #A92A52
RGB
CMYK
RGB Variations
Color information
#A92A52 (or 0xA92A52) is known color: Lipstick. HEX triplet: A9, 2A and 52. RGB value is (169,42,82). Sum of RGB (Red+Green+Blue) = 169+42+82=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A52 is #56D5AD. Grayscale: #545454. Windows color (decimal): -5690798 or 5384873. OLE color: 5384873.
HSL color Cylindrical-coordinate representation of color #A92A52: hue angle of 341.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A52 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 82 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.34 |
| HSL | 341.1º | 0.6% | 0.41% | - |
| HSV(B) | 341.1º | 0.75% | 0.66% | - |
| XYZ | 18.71 | 10.7 | 9.06 | - |
| YUV | 84.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 82 | 0 | 0.75 | 0.51 | 0.34 | 341.1 | 0.6 | 0.41 |
| Hex | A9 | 2A | 52 | 0 | 4B | 33 | 22 | 155 | 3C | 29 |
| Octal | 251 | 52 | 122 | 0 | 113 | 63 | 42 | 525 | 74 | 51 |
| Binary | 10101001 | 101010 | 1010010 | 0 | 1001011 | 110011 | 100010 | 101010101 | 111100 | 101001 |
Color Harmonies of #A92A52
Complementary color
Monochromatic Colors of #A92A52
Black with #A92A52
Text Example
Text Example
White with #A92A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A52; }
p { color: rgb(169,42,82); }
H1.HeaderClassName
{
color: #A92A52;
}
.AnyTagClassName
{
color: #A92A52;
}
</style>
background-color css
<style>
a { background-color: #A92A52; }
a { background-color: rgb(169,42,82); }
div.DivClassName
{
background-color: #A92A52;
}
.BgClassName
{
background-color: #A92A52;
}
</style>
border-color css
<style>
span { border-color: #A92A52; }
span { border-color: rgb(169,42,82); }
td.TdClassName
{
border-color: #A92A52;
}
.TagClassName
{
border-color: #A92A52;
}
</style>