Shades of Lipstick #A22556
Tints of Lipstick #A22556
RGB
CMYK
RGB Variations
Color information
#A22556 (or 0xA22556) is known color: Lipstick. HEX triplet: A2, 25 and 56. RGB value is (162,37,86). Sum of RGB (Red+Green+Blue) = 162+37+86=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A22556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22556 is #5DDAA9. Grayscale: #4F4F4F. Windows color (decimal): -6150826 or 5645730. OLE color: 5645730.
HSL color Cylindrical-coordinate representation of color #A22556: hue angle of 336.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22556 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 86 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.36 |
| HSL | 336.48º | 0.63% | 0.39% | - |
| HSV(B) | 336.48º | 0.77% | 0.64% | - |
| XYZ | 17.24 | 9.68 | 9.76 | - |
| YUV | 79.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 86 | 0 | 0.77 | 0.47 | 0.36 | 336.48 | 0.63 | 0.39 |
| Hex | A2 | 25 | 56 | 0 | 4D | 2F | 24 | 150 | 3F | 27 |
| Octal | 242 | 45 | 126 | 0 | 115 | 57 | 44 | 520 | 77 | 47 |
| Binary | 10100010 | 100101 | 1010110 | 0 | 1001101 | 101111 | 100100 | 101010000 | 111111 | 100111 |
Color Harmonies of #A22556
Complementary color
Monochromatic Colors of #A22556
Black with #A22556
Text Example
Text Example
White with #A22556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22556; }
p { color: rgb(162,37,86); }
H1.HeaderClassName
{
color: #A22556;
}
.AnyTagClassName
{
color: #A22556;
}
</style>
background-color css
<style>
a { background-color: #A22556; }
a { background-color: rgb(162,37,86); }
div.DivClassName
{
background-color: #A22556;
}
.BgClassName
{
background-color: #A22556;
}
</style>
border-color css
<style>
span { border-color: #A22556; }
span { border-color: rgb(162,37,86); }
td.TdClassName
{
border-color: #A22556;
}
.TagClassName
{
border-color: #A22556;
}
</style>