#AA2657

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

Shades of Lipstick #AA2657

Tints of Lipstick #AA2657

Color information

#AA2657 (or 0xAA2657) is unknown color: approx Lipstick. HEX triplet: AA, 26 and 57. RGB value is (170,38,87). Sum of RGB (Red+Green+Blue) = 170+38+87=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2657 is #55D9A8. Grayscale: #525252. Windows color (decimal): -5626281 or 5711530. OLE color: 5711530.

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

Color convert

RGB1703887-
CMYK00.780.490.33
HSL337.73º63.46%40.78%-
HSV(B)337.73º77.65%66.67%-
XYZ18.9910.6210.07-
YUV83.05130.23190.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=57.63%
G=12.88%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170388700.780.490.33337.7363.4640.78
HexAA265704E31211523f29
Octal25246127011661415227751
Binary10101010100110101011101001110110001100001101010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2657; }

 p { color: rgb(170,38,87); }

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

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

 a { background-color: rgb(170,38,87); }

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

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

 span { border-color: rgb(170,38,87); }

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