#AE265A

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

Shades of Lipstick #AE265A

Tints of Lipstick #AE265A

Color information

#AE265A (or 0xAE265A) is unknown color: approx Lipstick. HEX triplet: AE, 26 and 5A. RGB value is (174,38,90). Sum of RGB (Red+Green+Blue) = 174+38+90=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE265A is #51D9A5. Grayscale: #545454. Windows color (decimal): -5364134 or 5908142. OLE color: 5908142.

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

Color convert

RGB1743890-
CMYK00.780.480.32
HSL337.06º64.15%41.57%-
HSV(B)337.06º78.16%68.24%-
XYZ19.9911.1210.77-
YUV84.59131.06191.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=57.62%
G=12.58%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174389000.780.480.32337.0664.1541.57
HexAE265A04E3020151402a
Octal256461320116604052110052
Binary101011101001101011010010011101100001000001010100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE265A; }

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

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

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

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

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

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

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

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