#A22C5A

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

Shades of Lipstick #A22C5A

Tints of Lipstick #A22C5A

Color information

#A22C5A (or 0xA22C5A) is unknown color: approx Lipstick. HEX triplet: A2, 2C and 5A. RGB value is (162,44,90). Sum of RGB (Red+Green+Blue) = 162+44+90=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C5A is #5DD3A5. Grayscale: #545454. Windows color (decimal): -6149030 or 5909666. OLE color: 5909666.

HSL color Cylindrical-coordinate representation of color #A22C5A: hue angle of 336.61º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C5A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1624490-
CMYK00.730.440.36
HSL336.61º57.28%40.39%-
HSV(B)336.61º72.84%63.53%-
XYZ17.6510.2210.72-
YUV84.53131.09183.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=54.73%
G=14.86%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162449000.730.440.36336.6157.2840.39
HexA22C5A0492C241513928
Octal24254132011154445217150
Binary10100010101100101101001001001101100100100101010001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C5A; }

 p { color: rgb(162,44,90); }

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

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

 a { background-color: rgb(162,44,90); }

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

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

 span { border-color: rgb(162,44,90); }

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