#ADA8AB

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

Shades of Lily #ADA8AB

Tints of Lily #ADA8AB

Color information

#ADA8AB (or 0xADA8AB) is unknown color: approx Lily. HEX triplet: AD, A8 and AB. RGB value is (173,168,171). Sum of RGB (Red+Green+Blue) = 173+168+171=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AB is #525754. Grayscale: #A9A9A9. Windows color (decimal): -5396309 or 11249837. OLE color: 11249837.

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

Color convert

RGB173168171-
CMYK00.030.010.32
HSL324º2.96%66.86%-
HSV(B)324º2.89%67.84%-
XYZ38.5939.8344.18-
YUV169.84128.66130.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=33.79%
G=32.81%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316817100.030.010.323242.9666.86
HexADA8AB03120144343
Octal255250253031405043103
Binary1010110110101000101010110111100000101000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8AB; }

 p { color: rgb(173,168,171); }

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

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

 a { background-color: rgb(173,168,171); }

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

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

 span { border-color: rgb(173,168,171); }

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