#AA275F

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

Shades of Lipstick #AA275F

Tints of Lipstick #AA275F

Color information

#AA275F (or 0xAA275F) is unknown color: approx Lipstick. HEX triplet: AA, 27 and 5F. RGB value is (170,39,95). Sum of RGB (Red+Green+Blue) = 170+39+95=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA275F is #55D8A0. Grayscale: #545454. Windows color (decimal): -5626017 or 6236074. OLE color: 6236074.

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

Color convert

RGB1703995-
CMYK00.770.440.33
HSL334.35º62.68%40.98%-
HSV(B)334.35º77.06%66.67%-
XYZ19.3710.8211.89-
YUV84.55133.9188.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=55.92%
G=12.83%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170399500.770.440.33334.3562.6840.98
HexAA275F04D2C2114e3f29
Octal25247137011554415167751
Binary10101010100111101111101001101101100100001101001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA275F; }

 p { color: rgb(170,39,95); }

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

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

 a { background-color: rgb(170,39,95); }

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

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

 span { border-color: rgb(170,39,95); }

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