Html Css Color HEX #AE265C Lipstick

📋 copy color: '#AE265C'

red 174 ◦ green 38 ◦ blue 92

#AE265C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AE265C

Tints of Lipstick #AE265C

RGB

 RED value IS 174 (68.36% from 255) = 57.24%

 GREEN value IS 38 (15.23% from 255) = 12.5%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 57.24%
G = 12.5%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE265C (or 0xAE265C) is known color: Lipstick. HEX triplet: AE, 26 and 5C. RGB value is (174,38,92). Sum of RGB (Red+Green+Blue) = 174+38+92=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE265C is #51D9A3. Grayscale: #545454. Windows color (decimal): -5364132 or 6039214. OLE color: 6039214.

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

Color convert

RGB 174 38 92 -
CMYK 0 0.78 0.47 0.32
HSL 336.18º 0.64% 0.42% -
HSV(B) 336.18º 0.78% 0.68% -
XYZ 20.08 11.16 11.22 -
YUV 84.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 174 38 92 0 0.78 0.47 0.32 336.18 0.64 0.42
Hex AE 26 5C 0 4E 2F 20 150 40 2A
Octal 256 46 134 0 116 57 40 520 100 52
Binary 10101110 100110 1011100 0 1001110 101111 100000 101010000 1000000 101010

Color Harmonies of #AE265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE265C

Black with #AE265C

Text Example


Text Example

White with #AE265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE265C; }

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

 H1.HeaderClassName
 {
   color: #AE265C;
 }
 .AnyTagClassName
 {
   color: #AE265C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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