Shades of Lipstick #A52256
Tints of Lipstick #A52256
RGB
CMYK
RGB Variations
Color information
#A52256 (or 0xA52256) is known color: Lipstick. HEX triplet: A5, 22 and 56. RGB value is (165,34,86). Sum of RGB (Red+Green+Blue) = 165+34+86=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A52256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52256 is #5ADDA9. Grayscale: #4F4F4F. Windows color (decimal): -5954986 or 5644965. OLE color: 5644965.
HSL color Cylindrical-coordinate representation of color #A52256: hue angle of 336.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52256 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 86 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.35 |
| HSL | 336.18º | 0.66% | 0.39% | - |
| HSV(B) | 336.18º | 0.79% | 0.65% | - |
| XYZ | 17.77 | 9.82 | 9.76 | - |
| YUV | 79.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 86 | 0 | 0.79 | 0.48 | 0.35 | 336.18 | 0.66 | 0.39 |
| Hex | A5 | 22 | 56 | 0 | 4F | 30 | 23 | 150 | 42 | 27 |
| Octal | 245 | 42 | 126 | 0 | 117 | 60 | 43 | 520 | 102 | 47 |
| Binary | 10100101 | 100010 | 1010110 | 0 | 1001111 | 110000 | 100011 | 101010000 | 1000010 | 100111 |
Color Harmonies of #A52256
Complementary color
Monochromatic Colors of #A52256
Black with #A52256
Text Example
Text Example
White with #A52256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52256; }
p { color: rgb(165,34,86); }
H1.HeaderClassName
{
color: #A52256;
}
.AnyTagClassName
{
color: #A52256;
}
</style>
background-color css
<style>
a { background-color: #A52256; }
a { background-color: rgb(165,34,86); }
div.DivClassName
{
background-color: #A52256;
}
.BgClassName
{
background-color: #A52256;
}
</style>
border-color css
<style>
span { border-color: #A52256; }
span { border-color: rgb(165,34,86); }
td.TdClassName
{
border-color: #A52256;
}
.TagClassName
{
border-color: #A52256;
}
</style>