#A22E5E

Color #A22E5E Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A22E5E

Tints of Lipstick #A22E5E

Color information

#A22E5E (or 0xA22E5E) is unknown color: approx Lipstick. HEX triplet: A2, 2E and 5E. RGB value is (162,46,94). Sum of RGB (Red+Green+Blue) = 162+46+94=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E5E is #5DD1A1. Grayscale: #565656. Windows color (decimal): -6148514 or 6172322. OLE color: 6172322.

HSL color Cylindrical-coordinate representation of color #A22E5E: hue angle of 335.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22E5E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1624694-
CMYK00.720.420.36
HSL335.17º55.77%40.78%-
HSV(B)335.17º71.6%63.53%-
XYZ17.910.4411.66-
YUV86.16132.43182.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=53.64%
G=15.23%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162469400.720.420.36335.1755.7740.78
HexA22E5E0482A2414f3829
Octal24256136011052445177051
Binary10100010101110101111001001000101010100100101001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E5E; }

 p { color: rgb(162,46,94); }

 H1.HeaderClassName
 {
   color: #A22E5E;
 }
 .AnyTagClassName
 {
   color: #A22E5E;
 }
</style>
background-color css

<style>
 a { background-color: #A22E5E; }

 a { background-color: rgb(162,46,94); }

 div.DivClassName
 {
   background-color: #A22E5E;
 }
 .BgClassName
 {
   background-color: #A22E5E;
 }
</style>
border-color css

<style>
 span { border-color: #A22E5E; }

 span { border-color: rgb(162,46,94); }

 td.TdClassName
 {
   border-color: #A22E5E;
 }
 .TagClassName
 {
   border-color: #A22E5E;
 }
</style>