#AE275D

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

Shades of Lipstick #AE275D

Tints of Lipstick #AE275D

Color information

#AE275D (or 0xAE275D) is unknown color: approx Lipstick. HEX triplet: AE, 27 and 5D. RGB value is (174,39,93). Sum of RGB (Red+Green+Blue) = 174+39+93=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE275D is #51D8A2. Grayscale: #555555. Windows color (decimal): -5363875 or 6105006. OLE color: 6105006.

HSL color Cylindrical-coordinate representation of color #AE275D: hue angle of 336º 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 #AE275D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1743993-
CMYK00.780.470.32
HSL336º63.38%41.76%-
HSV(B)336º77.59%68.24%-
XYZ20.1611.2411.46-
YUV85.52132.23191.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=56.86%
G=12.75%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174399300.780.470.3233663.3841.76
HexAE275D04E2F201503f2a
Octal25647135011657405207752
Binary10101110100111101110101001110101111100000101010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE275D; }

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

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

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

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

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

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

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

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