Shades of Lipstick #A82352
Tints of Lipstick #A82352
RGB
CMYK
RGB Variations
Color information
#A82352 (or 0xA82352) is known color: Lipstick. HEX triplet: A8, 23 and 52. RGB value is (168,35,82). Sum of RGB (Red+Green+Blue) = 168+35+82=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A82352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82352 is #57DCAD. Grayscale: #505050. Windows color (decimal): -5758126 or 5383080. OLE color: 5383080.
HSL color Cylindrical-coordinate representation of color #A82352: hue angle of 338.8º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82352 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 82 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.34 |
| HSL | 338.8º | 0.66% | 0.4% | - |
| HSV(B) | 338.8º | 0.79% | 0.66% | - |
| XYZ | 18.27 | 10.14 | 8.98 | - |
| YUV | 80.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 82 | 0 | 0.79 | 0.51 | 0.34 | 338.8 | 0.66 | 0.4 |
| Hex | A8 | 23 | 52 | 0 | 4F | 33 | 22 | 153 | 42 | 28 |
| Octal | 250 | 43 | 122 | 0 | 117 | 63 | 42 | 523 | 102 | 50 |
| Binary | 10101000 | 100011 | 1010010 | 0 | 1001111 | 110011 | 100010 | 101010011 | 1000010 | 101000 |
Color Harmonies of #A82352
Complementary color
Monochromatic Colors of #A82352
Black with #A82352
Text Example
Text Example
White with #A82352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82352; }
p { color: rgb(168,35,82); }
H1.HeaderClassName
{
color: #A82352;
}
.AnyTagClassName
{
color: #A82352;
}
</style>
background-color css
<style>
a { background-color: #A82352; }
a { background-color: rgb(168,35,82); }
div.DivClassName
{
background-color: #A82352;
}
.BgClassName
{
background-color: #A82352;
}
</style>
border-color css
<style>
span { border-color: #A82352; }
span { border-color: rgb(168,35,82); }
td.TdClassName
{
border-color: #A82352;
}
.TagClassName
{
border-color: #A82352;
}
</style>