#AA244D

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

Shades of Lipstick #AA244D

Tints of Lipstick #AA244D

Color information

#AA244D (or 0xAA244D) is unknown color: approx Lipstick. HEX triplet: AA, 24 and 4D. RGB value is (170,36,77). Sum of RGB (Red+Green+Blue) = 170+36+77=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA244D is #55DBB2. Grayscale: #505050. Windows color (decimal): -5626803 or 5055658. OLE color: 5055658.

HSL color Cylindrical-coordinate representation of color #AA244D: hue angle of 341.64º 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 #AA244D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1703677-
CMYK00.790.550.33
HSL341.64º65.05%40.39%-
HSV(B)341.64º78.82%66.67%-
XYZ18.5510.348.04-
YUV80.74125.89191.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=60.07%
G=12.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170367700.790.550.33341.6465.0540.39
HexAA244D04F37211564128
Octal252441150117674152610150
Binary101010101001001001101010011111101111000011010101101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA244D; }

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

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

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

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

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

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

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

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