#AA2153

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

Shades of Lipstick #AA2153

Tints of Lipstick #AA2153

Color information

#AA2153 (or 0xAA2153) is unknown color: approx Lipstick. HEX triplet: AA, 21 and 53. RGB value is (170,33,83). Sum of RGB (Red+Green+Blue) = 170+33+83=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2153 is #55DEAC. Grayscale: #4F4F4F. Windows color (decimal): -5627565 or 5448106. OLE color: 5448106.

HSL color Cylindrical-coordinate representation of color #AA2153: hue angle of 338.1º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2153 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1703383-
CMYK00.810.510.33
HSL338.1º67.49%39.8%-
HSV(B)338.1º80.59%66.67%-
XYZ18.6810.269.18-
YUV79.66129.89192.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.44%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=59.44%
G=11.54%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170338300.810.510.33338.167.4939.8
HexAA215305133211524328
Octal252411230121634152210350
Binary101010101000011010011010100011100111000011010100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2153; }

 p { color: rgb(170,33,83); }

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

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

 a { background-color: rgb(170,33,83); }

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

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

 span { border-color: rgb(170,33,83); }

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