Shades of Lipstick #A02F4F
Tints of Lipstick #A02F4F
RGB
CMYK
RGB Variations
Color information
#A02F4F (or 0xA02F4F) is known color: Lipstick. HEX triplet: A0, 2F and 4F. RGB value is (160,47,79). Sum of RGB (Red+Green+Blue) = 160+47+79=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F4F is #5FD0B0. Grayscale: #545454. Windows color (decimal): -6279345 or 5189536. OLE color: 5189536.
HSL color Cylindrical-coordinate representation of color #A02F4F: hue angle of 343.01º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F4F is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 79 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.37 |
| HSL | 343.01º | 0.55% | 0.41% | - |
| HSV(B) | 343.01º | 0.71% | 0.63% | - |
| XYZ | 16.93 | 10.07 | 8.45 | - |
| YUV | 84.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 79 | 0 | 0.71 | 0.51 | 0.37 | 343.01 | 0.55 | 0.41 |
| Hex | A0 | 2F | 4F | 0 | 47 | 33 | 25 | 157 | 37 | 29 |
| Octal | 240 | 57 | 117 | 0 | 107 | 63 | 45 | 527 | 67 | 51 |
| Binary | 10100000 | 101111 | 1001111 | 0 | 1000111 | 110011 | 100101 | 101010111 | 110111 | 101001 |
Color Harmonies of #A02F4F
Complementary color
Monochromatic Colors of #A02F4F
Black with #A02F4F
Text Example
Text Example
White with #A02F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F4F; }
p { color: rgb(160,47,79); }
H1.HeaderClassName
{
color: #A02F4F;
}
.AnyTagClassName
{
color: #A02F4F;
}
</style>
background-color css
<style>
a { background-color: #A02F4F; }
a { background-color: rgb(160,47,79); }
div.DivClassName
{
background-color: #A02F4F;
}
.BgClassName
{
background-color: #A02F4F;
}
</style>
border-color css
<style>
span { border-color: #A02F4F; }
span { border-color: rgb(160,47,79); }
td.TdClassName
{
border-color: #A02F4F;
}
.TagClassName
{
border-color: #A02F4F;
}
</style>