#ADA4AA

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

Shades of Lily #ADA4AA

Tints of Lily #ADA4AA

Color information

#ADA4AA (or 0xADA4AA) is unknown color: approx Lily. HEX triplet: AD, A4 and AA. RGB value is (173,164,170). Sum of RGB (Red+Green+Blue) = 173+164+170=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AA is #525B55. Grayscale: #A7A7A7. Windows color (decimal): -5397334 or 11183277. OLE color: 11183277.

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

Color convert

RGB173164170-
CMYK00.050.020.32
HSL320º5.2%66.08%-
HSV(B)320º5.2%67.84%-
XYZ37.7638.3443.44-
YUV167.38129.48132.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=34.12%
G=32.35%
B=33.53%

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
Decimal17316417000.050.020.323205.266.08
HexADA4AA05220140542
Octal255244252052405005102
Binary1010110110100100101010100101101000001010000001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4AA; }

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

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

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

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

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

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

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

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