Shades of Lipstick #A4225A
Tints of Lipstick #A4225A
RGB
CMYK
RGB Variations
Color information
#A4225A (or 0xA4225A) is known color: Lipstick. HEX triplet: A4, 22 and 5A. RGB value is (164,34,90). Sum of RGB (Red+Green+Blue) = 164+34+90=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4225A is #5BDDA5. Grayscale: #4F4F4F. Windows color (decimal): -6020518 or 5907108. OLE color: 5907108.
HSL color Cylindrical-coordinate representation of color #A4225A: hue angle of 334.15º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4225A is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 90 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.36 |
| HSL | 334.15º | 0.66% | 0.39% | - |
| HSV(B) | 334.15º | 0.79% | 0.64% | - |
| XYZ | 17.73 | 9.77 | 10.63 | - |
| YUV | 79.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 90 | 0 | 0.79 | 0.45 | 0.36 | 334.15 | 0.66 | 0.39 |
| Hex | A4 | 22 | 5A | 0 | 4F | 2D | 24 | 14E | 42 | 27 |
| Octal | 244 | 42 | 132 | 0 | 117 | 55 | 44 | 516 | 102 | 47 |
| Binary | 10100100 | 100010 | 1011010 | 0 | 1001111 | 101101 | 100100 | 101001110 | 1000010 | 100111 |
Color Harmonies of #A4225A
Complementary color
Monochromatic Colors of #A4225A
Black with #A4225A
Text Example
Text Example
White with #A4225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4225A; }
p { color: rgb(164,34,90); }
H1.HeaderClassName
{
color: #A4225A;
}
.AnyTagClassName
{
color: #A4225A;
}
</style>
background-color css
<style>
a { background-color: #A4225A; }
a { background-color: rgb(164,34,90); }
div.DivClassName
{
background-color: #A4225A;
}
.BgClassName
{
background-color: #A4225A;
}
</style>
border-color css
<style>
span { border-color: #A4225A; }
span { border-color: rgb(164,34,90); }
td.TdClassName
{
border-color: #A4225A;
}
.TagClassName
{
border-color: #A4225A;
}
</style>