#AA2954

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

Shades of Lipstick #AA2954

Tints of Lipstick #AA2954

Color information

#AA2954 (or 0xAA2954) is unknown color: approx Lipstick. HEX triplet: AA, 29 and 54. RGB value is (170,41,84). Sum of RGB (Red+Green+Blue) = 170+41+84=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2954 is #55D6AB. Grayscale: #545454. Windows color (decimal): -5625516 or 5515690. OLE color: 5515690.

HSL color Cylindrical-coordinate representation of color #AA2954: hue angle of 340º degrees, saturation: 0.61, 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 #AA2954 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1704184-
CMYK00.760.510.33
HSL340º61.14%41.37%-
HSV(B)340º75.88%66.67%-
XYZ18.9710.779.47-
YUV84.47127.74189-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=57.63%
G=13.90%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170418400.760.510.3334061.1441.37
HexAA295404C33211543d29
Octal25251124011463415247551
Binary10101010101001101010001001100110011100001101010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2954; }

 p { color: rgb(170,41,84); }

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

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

 a { background-color: rgb(170,41,84); }

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

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

 span { border-color: rgb(170,41,84); }

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