#AA285B

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

Shades of Lipstick #AA285B

Tints of Lipstick #AA285B

Color information

#AA285B (or 0xAA285B) is unknown color: approx Lipstick. HEX triplet: AA, 28 and 5B. RGB value is (170,40,91). Sum of RGB (Red+Green+Blue) = 170+40+91=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285B is #55D7A4. Grayscale: #545454. Windows color (decimal): -5625765 or 5974186. OLE color: 5974186.

HSL color Cylindrical-coordinate representation of color #AA285B: hue angle of 336.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA285B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1704091-
CMYK00.760.460.33
HSL336.46º61.9%41.18%-
HSV(B)336.46º76.47%66.67%-
XYZ19.2210.8210.97-
YUV84.68131.57188.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=56.48%
G=13.29%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170409100.760.460.33336.4661.941.18
HexAA285B04C2E211503e29
Octal25250133011456415207651
Binary10101010101000101101101001100101110100001101010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA285B; }

 p { color: rgb(170,40,91); }

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

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

 a { background-color: rgb(170,40,91); }

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

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

 span { border-color: rgb(170,40,91); }

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