#AA244E

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

Shades of Lipstick #AA244E

Tints of Lipstick #AA244E

Color information

#AA244E (or 0xAA244E) is unknown color: approx Lipstick. HEX triplet: AA, 24 and 4E. RGB value is (170,36,78). Sum of RGB (Red+Green+Blue) = 170+36+78=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA244E is #55DBB1. Grayscale: #505050. Windows color (decimal): -5626802 or 5121194. OLE color: 5121194.

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

Color convert

RGB1703678-
CMYK00.790.540.33
HSL341.19º65.05%40.39%-
HSV(B)341.19º78.82%66.67%-
XYZ18.5810.368.23-
YUV80.85126.39191.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=59.86%
G=12.68%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170367800.790.540.33341.1965.0540.39
HexAA244E04F36211554128
Octal252441160117664152510150
Binary101010101001001001110010011111101101000011010101011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA244E; }

 p { color: rgb(170,36,78); }

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

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

 a { background-color: rgb(170,36,78); }

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

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

 span { border-color: rgb(170,36,78); }

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