Shades of Lipstick #A02544
Tints of Lipstick #A02544
RGB
CMYK
RGB Variations
Color information
#A02544 (or 0xA02544) is known color: Lipstick. HEX triplet: A0, 25 and 44. RGB value is (160,37,68). Sum of RGB (Red+Green+Blue) = 160+37+68=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02544 is #5FDABB. Grayscale: #4D4D4D. Windows color (decimal): -6281916 or 4466080. OLE color: 4466080.
HSL color Cylindrical-coordinate representation of color #A02544: hue angle of 344.88º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02544 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 68 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.37 |
| HSL | 344.88º | 0.62% | 0.39% | - |
| HSV(B) | 344.88º | 0.77% | 0.63% | - |
| XYZ | 16.2 | 9.21 | 6.39 | - |
| YUV | 77.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 68 | 0 | 0.77 | 0.57 | 0.37 | 344.88 | 0.62 | 0.39 |
| Hex | A0 | 25 | 44 | 0 | 4D | 39 | 25 | 159 | 3E | 27 |
| Octal | 240 | 45 | 104 | 0 | 115 | 71 | 45 | 531 | 76 | 47 |
| Binary | 10100000 | 100101 | 1000100 | 0 | 1001101 | 111001 | 100101 | 101011001 | 111110 | 100111 |
Color Harmonies of #A02544
Complementary color
Monochromatic Colors of #A02544
Black with #A02544
Text Example
Text Example
White with #A02544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02544; }
p { color: rgb(160,37,68); }
H1.HeaderClassName
{
color: #A02544;
}
.AnyTagClassName
{
color: #A02544;
}
</style>
background-color css
<style>
a { background-color: #A02544; }
a { background-color: rgb(160,37,68); }
div.DivClassName
{
background-color: #A02544;
}
.BgClassName
{
background-color: #A02544;
}
</style>
border-color css
<style>
span { border-color: #A02544; }
span { border-color: rgb(160,37,68); }
td.TdClassName
{
border-color: #A02544;
}
.TagClassName
{
border-color: #A02544;
}
</style>