#AE255A

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

Shades of Lipstick #AE255A

Tints of Lipstick #AE255A

Color information

#AE255A (or 0xAE255A) is unknown color: approx Lipstick. HEX triplet: AE, 25 and 5A. RGB value is (174,37,90). Sum of RGB (Red+Green+Blue) = 174+37+90=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE255A is #51DAA5. Grayscale: #535353. Windows color (decimal): -5364390 or 5907886. OLE color: 5907886.

HSL color Cylindrical-coordinate representation of color #AE255A: hue angle of 336.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE255A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1743790-
CMYK00.790.480.32
HSL336.79º64.93%41.37%-
HSV(B)336.79º78.74%68.24%-
XYZ19.9611.0610.76-
YUV84131.39192.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=57.81%
G=12.29%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174379000.790.480.32336.7964.9341.37
HexAE255A04F30201514129
Octal256451320117604052110151
Binary101011101001011011010010011111100001000001010100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE255A; }

 p { color: rgb(174,37,90); }

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

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

 a { background-color: rgb(174,37,90); }

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

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

 span { border-color: rgb(174,37,90); }

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