#AA2358

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

Shades of Lipstick #AA2358

Tints of Lipstick #AA2358

Color information

#AA2358 (or 0xAA2358) is unknown color: approx Lipstick. HEX triplet: AA, 23 and 58. RGB value is (170,35,88). Sum of RGB (Red+Green+Blue) = 170+35+88=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2358 is #55DCA7. Grayscale: #515151. Windows color (decimal): -5627048 or 5776298. OLE color: 5776298.

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

Color convert

RGB1703588-
CMYK00.790.480.33
HSL336.44º65.85%40.2%-
HSV(B)336.44º79.41%66.67%-
XYZ18.9410.4510.25-
YUV81.41131.73191.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=58.02%
G=11.95%
B=30.03%

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
Decimal170358800.790.480.33336.4465.8540.2
HexAA235804F30211504228
Octal252431300117604152010250
Binary101010101000111011000010011111100001000011010100001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2358; }

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

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

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

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

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

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

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

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