#AEA3AA

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

Shades of Lily #AEA3AA

Tints of Lily #AEA3AA

Color information

#AEA3AA (or 0xAEA3AA) is unknown color: approx Lily. HEX triplet: AE, A3 and AA. RGB value is (174,163,170). Sum of RGB (Red+Green+Blue) = 174+163+170=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA3AA is #515C55. Grayscale: #A7A7A7. Windows color (decimal): -5332054 or 11183022. OLE color: 11183022.

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

Color convert

RGB174163170-
CMYK00.060.020.32
HSL321.82º6.36%66.08%-
HSV(B)321.82º6.32%68.24%-
XYZ37.8138.143.39-
YUV167.09129.64132.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=34.32%
G=32.15%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416317000.060.020.32321.826.3666.08
HexAEA3AA06220142642
Octal256243252062405026102
Binary1010111010100011101010100110101000001010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3AA; }

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

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

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

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

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

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

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

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