Shades of Lipstick #A8234D
Tints of Lipstick #A8234D
RGB
CMYK
RGB Variations
Color information
#A8234D (or 0xA8234D) is known color: Lipstick. HEX triplet: A8, 23 and 4D. RGB value is (168,35,77). Sum of RGB (Red+Green+Blue) = 168+35+77=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8234D is #57DCB2. Grayscale: #4F4F4F. Windows color (decimal): -5758131 or 5055400. OLE color: 5055400.
HSL color Cylindrical-coordinate representation of color #A8234D: hue angle of 341.05º 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 #A8234D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 77 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.34 |
| HSL | 341.05º | 0.66% | 0.4% | - |
| HSV(B) | 341.05º | 0.79% | 0.66% | - |
| XYZ | 18.09 | 10.06 | 8.01 | - |
| YUV | 79.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 77 | 0 | 0.79 | 0.54 | 0.34 | 341.05 | 0.66 | 0.4 |
| Hex | A8 | 23 | 4D | 0 | 4F | 36 | 22 | 155 | 42 | 28 |
| Octal | 250 | 43 | 115 | 0 | 117 | 66 | 42 | 525 | 102 | 50 |
| Binary | 10101000 | 100011 | 1001101 | 0 | 1001111 | 110110 | 100010 | 101010101 | 1000010 | 101000 |
Color Harmonies of #A8234D
Complementary color
Monochromatic Colors of #A8234D
Black with #A8234D
Text Example
Text Example
White with #A8234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8234D; }
p { color: rgb(168,35,77); }
H1.HeaderClassName
{
color: #A8234D;
}
.AnyTagClassName
{
color: #A8234D;
}
</style>
background-color css
<style>
a { background-color: #A8234D; }
a { background-color: rgb(168,35,77); }
div.DivClassName
{
background-color: #A8234D;
}
.BgClassName
{
background-color: #A8234D;
}
</style>
border-color css
<style>
span { border-color: #A8234D; }
span { border-color: rgb(168,35,77); }
td.TdClassName
{
border-color: #A8234D;
}
.TagClassName
{
border-color: #A8234D;
}
</style>