#AA2760

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

Shades of Lipstick #AA2760

Tints of Lipstick #AA2760

Color information

#AA2760 (or 0xAA2760) is unknown color: approx Lipstick. HEX triplet: AA, 27 and 60. RGB value is (170,39,96). Sum of RGB (Red+Green+Blue) = 170+39+96=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2760 is #55D89F. Grayscale: #545454. Windows color (decimal): -5626016 or 6301610. OLE color: 6301610.

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

Color convert

RGB1703996-
CMYK00.770.440.33
HSL333.89º62.68%40.98%-
HSV(B)333.89º77.06%66.67%-
XYZ19.4110.8412.14-
YUV84.67134.4188.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=55.74%
G=12.79%
B=31.48%

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
Decimal170399600.770.440.33333.8962.6840.98
HexAA276004D2C2114e3f29
Octal25247140011554415167751
Binary10101010100111110000001001101101100100001101001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2760; }

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

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

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

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

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

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

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

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