Shades of Lipstick #A92764
Tints of Lipstick #A92764
RGB
CMYK
RGB Variations
Color information
#A92764 (or 0xA92764) is known color: Lipstick. HEX triplet: A9, 27 and 64. RGB value is (169,39,100). Sum of RGB (Red+Green+Blue) = 169+39+100=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A92764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92764 is #56D89B. Grayscale: #545454. Windows color (decimal): -5691548 or 6563753. OLE color: 6563753.
HSL color Cylindrical-coordinate representation of color #A92764: hue angle of 331.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92764 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 100 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.34 |
| HSL | 331.85º | 0.63% | 0.41% | - |
| HSV(B) | 331.85º | 0.77% | 0.66% | - |
| XYZ | 19.39 | 10.81 | 13.12 | - |
| YUV | 84.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 100 | 0 | 0.77 | 0.41 | 0.34 | 331.85 | 0.63 | 0.41 |
| Hex | A9 | 27 | 64 | 0 | 4D | 29 | 22 | 14C | 3E | 29 |
| Octal | 251 | 47 | 144 | 0 | 115 | 51 | 42 | 514 | 76 | 51 |
| Binary | 10101001 | 100111 | 1100100 | 0 | 1001101 | 101001 | 100010 | 101001100 | 111110 | 101001 |
Color Harmonies of #A92764
Complementary color
Monochromatic Colors of #A92764
Black with #A92764
Text Example
Text Example
White with #A92764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92764; }
p { color: rgb(169,39,100); }
H1.HeaderClassName
{
color: #A92764;
}
.AnyTagClassName
{
color: #A92764;
}
</style>
background-color css
<style>
a { background-color: #A92764; }
a { background-color: rgb(169,39,100); }
div.DivClassName
{
background-color: #A92764;
}
.BgClassName
{
background-color: #A92764;
}
</style>
border-color css
<style>
span { border-color: #A92764; }
span { border-color: rgb(169,39,100); }
td.TdClassName
{
border-color: #A92764;
}
.TagClassName
{
border-color: #A92764;
}
</style>