Shades of Lipstick #A92C5C
Tints of Lipstick #A92C5C
RGB
CMYK
RGB Variations
Color information
#A92C5C (or 0xA92C5C) is known color: Lipstick. HEX triplet: A9, 2C and 5C. RGB value is (169,44,92). Sum of RGB (Red+Green+Blue) = 169+44+92=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C5C is #56D3A3. Grayscale: #565656. Windows color (decimal): -5690276 or 6040745. OLE color: 6040745.
HSL color Cylindrical-coordinate representation of color #A92C5C: hue angle of 336.96º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C5C is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 92 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.34 |
| HSL | 336.96º | 0.59% | 0.42% | - |
| HSV(B) | 336.96º | 0.74% | 0.66% | - |
| XYZ | 19.19 | 11.01 | 11.24 | - |
| YUV | 86.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 92 | 0 | 0.74 | 0.46 | 0.34 | 336.96 | 0.59 | 0.42 |
| Hex | A9 | 2C | 5C | 0 | 4A | 2E | 22 | 151 | 3B | 2A |
| Octal | 251 | 54 | 134 | 0 | 112 | 56 | 42 | 521 | 73 | 52 |
| Binary | 10101001 | 101100 | 1011100 | 0 | 1001010 | 101110 | 100010 | 101010001 | 111011 | 101010 |
Color Harmonies of #A92C5C
Complementary color
Monochromatic Colors of #A92C5C
Black with #A92C5C
Text Example
Text Example
White with #A92C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C5C; }
p { color: rgb(169,44,92); }
H1.HeaderClassName
{
color: #A92C5C;
}
.AnyTagClassName
{
color: #A92C5C;
}
</style>
background-color css
<style>
a { background-color: #A92C5C; }
a { background-color: rgb(169,44,92); }
div.DivClassName
{
background-color: #A92C5C;
}
.BgClassName
{
background-color: #A92C5C;
}
</style>
border-color css
<style>
span { border-color: #A92C5C; }
span { border-color: rgb(169,44,92); }
td.TdClassName
{
border-color: #A92C5C;
}
.TagClassName
{
border-color: #A92C5C;
}
</style>