#AE275E

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

Shades of Lipstick #AE275E

Tints of Lipstick #AE275E

Color information

#AE275E (or 0xAE275E) is unknown color: approx Lipstick. HEX triplet: AE, 27 and 5E. RGB value is (174,39,94). Sum of RGB (Red+Green+Blue) = 174+39+94=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE275E is #51D8A1. Grayscale: #555555. Windows color (decimal): -5363874 or 6170542. OLE color: 6170542.

HSL color Cylindrical-coordinate representation of color #AE275E: hue angle of 335.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE275E is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1743994-
CMYK00.780.460.32
HSL335.56º63.38%41.76%-
HSV(B)335.56º77.59%68.24%-
XYZ20.211.2611.7-
YUV85.64132.73191.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=56.68%
G=12.70%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174399400.780.460.32335.5663.3841.76
HexAE275E04E2E201503f2a
Octal25647136011656405207752
Binary10101110100111101111001001110101110100000101010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE275E; }

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

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

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

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

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

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

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

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