#AA2759

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

Shades of Lipstick #AA2759

Tints of Lipstick #AA2759

Color information

#AA2759 (or 0xAA2759) is unknown color: approx Lipstick. HEX triplet: AA, 27 and 59. RGB value is (170,39,89). Sum of RGB (Red+Green+Blue) = 170+39+89=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2759 is #55D8A6. Grayscale: #535353. Windows color (decimal): -5626023 or 5842858. OLE color: 5842858.

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

Color convert

RGB1703989-
CMYK00.770.480.33
HSL337.1º62.68%40.98%-
HSV(B)337.1º77.06%66.67%-
XYZ19.1110.7210.51-
YUV83.87130.9189.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=57.05%
G=13.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170398900.770.480.33337.162.6840.98
HexAA275904D30211513f29
Octal25247131011560415217751
Binary10101010100111101100101001101110000100001101010001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2759; }

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

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

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

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

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

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

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

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