#AA2554

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

Shades of Lipstick #AA2554

Tints of Lipstick #AA2554

Color information

#AA2554 (or 0xAA2554) is unknown color: approx Lipstick. HEX triplet: AA, 25 and 54. RGB value is (170,37,84). Sum of RGB (Red+Green+Blue) = 170+37+84=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2554 is #55DAAB. Grayscale: #525252. Windows color (decimal): -5626540 or 5514666. OLE color: 5514666.

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

Color convert

RGB1703784-
CMYK00.780.510.33
HSL338.8º64.25%40.59%-
HSV(B)338.8º78.24%66.67%-
XYZ18.8410.519.42-
YUV82.12129.06190.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=58.42%
G=12.71%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170378400.780.510.33338.864.2540.59
HexAA255404E33211534029
Octal252451240116634152310051
Binary101010101001011010100010011101100111000011010100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2554; }

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

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

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

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

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

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

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

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