#AEAAAC

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

Shades of Lily #AEAAAC

Tints of Lily #AEAAAC

Color information

#AEAAAC (or 0xAEAAAC) is unknown color: approx Lily. HEX triplet: AE, AA and AC. RGB value is (174,170,172). Sum of RGB (Red+Green+Blue) = 174+170+172=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAC is #515553. Grayscale: #ABABAB. Windows color (decimal): -5330260 or 11315886. OLE color: 11315886.

HSL color Cylindrical-coordinate representation of color #AEAAAC: hue angle of 330º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEAAAC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174170172-
CMYK00.020.010.32
HSL330º2.41%67.45%-
HSV(B)330º2.3%68.24%-
XYZ39.2840.7344.82-
YUV171.42128.33129.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=33.72%
G=32.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417017200.020.010.323302.4167.45
HexAEAAAC0212014a243
Octal256252254021405122103
Binary1010111010101010101011000101100000101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAAC; }

 p { color: rgb(174,170,172); }

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

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

 a { background-color: rgb(174,170,172); }

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

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

 span { border-color: rgb(174,170,172); }

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