#AA2359

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

Shades of Lipstick #AA2359

Tints of Lipstick #AA2359

Color information

#AA2359 (or 0xAA2359) is unknown color: approx Lipstick. HEX triplet: AA, 23 and 59. RGB value is (170,35,89). Sum of RGB (Red+Green+Blue) = 170+35+89=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2359 is #55DCA6. Grayscale: #515151. Windows color (decimal): -5627047 or 5841834. OLE color: 5841834.

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

Color convert

RGB1703589-
CMYK00.790.480.33
HSL336º65.85%40.2%-
HSV(B)336º79.41%66.67%-
XYZ18.9810.4710.47-
YUV81.52132.23191.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=57.82%
G=11.90%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170358900.790.480.3333665.8540.2
HexAA235904F30211504228
Octal252431310117604152010250
Binary101010101000111011001010011111100001000011010100001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2359; }

 p { color: rgb(170,35,89); }

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

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

 a { background-color: rgb(170,35,89); }

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

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

 span { border-color: rgb(170,35,89); }

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