#ADA5AA

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

Shades of Lily #ADA5AA

Tints of Lily #ADA5AA

Color information

#ADA5AA (or 0xADA5AA) is unknown color: approx Lily. HEX triplet: AD, A5 and AA. RGB value is (173,165,170). Sum of RGB (Red+Green+Blue) = 173+165+170=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AA is #525A55. Grayscale: #A7A7A7. Windows color (decimal): -5397078 or 11183533. OLE color: 11183533.

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

Color convert

RGB173165170-
CMYK00.050.020.32
HSL322.5º4.65%66.27%-
HSV(B)322.5º4.62%67.84%-
XYZ37.9438.743.5-
YUV167.96129.15131.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=34.06%
G=32.48%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316517000.050.020.32322.54.6566.27
HexADA5AA05220143542
Octal255245252052405035102
Binary1010110110100101101010100101101000001010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5AA; }

 p { color: rgb(173,165,170); }

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

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

 a { background-color: rgb(173,165,170); }

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

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

 span { border-color: rgb(173,165,170); }

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