#AA275E

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

Shades of Lipstick #AA275E

Tints of Lipstick #AA275E

Color information

#AA275E (or 0xAA275E) is unknown color: approx Lipstick. HEX triplet: AA, 27 and 5E. RGB value is (170,39,94). Sum of RGB (Red+Green+Blue) = 170+39+94=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA275E is #55D8A1. Grayscale: #545454. Windows color (decimal): -5626018 or 6170538. OLE color: 6170538.

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

Color convert

RGB1703994-
CMYK00.770.450.33
HSL334.81º62.68%40.98%-
HSV(B)334.81º77.06%66.67%-
XYZ19.3210.8111.66-
YUV84.44133.4189.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=56.11%
G=12.87%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170399400.770.450.33334.8162.6840.98
HexAA275E04D2D2114f3f29
Octal25247136011555415177751
Binary10101010100111101111001001101101101100001101001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA275E; }

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

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

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

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

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

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

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

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