#ADAAAC

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

Shades of Lily #ADAAAC

Tints of Lily #ADAAAC

Color information

#ADAAAC (or 0xADAAAC) is unknown color: approx Lily. HEX triplet: AD, AA and AC. RGB value is (173,170,172). Sum of RGB (Red+Green+Blue) = 173+170+172=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAC is #525553. Grayscale: #ABABAB. Windows color (decimal): -5395796 or 11315885. OLE color: 11315885.

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

Color convert

RGB173170172-
CMYK00.020.010.32
HSL320º1.8%67.25%-
HSV(B)320º1.73%67.84%-
XYZ39.0540.6144.81-
YUV171.12128.49129.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=33.59%
G=33.01%
B=33.40%

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
Decimal17317017200.020.010.323201.867.25
HexADAAAC02120140243
Octal255252254021405002103
Binary1010110110101010101011000101100000101000000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAAC; }

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

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

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

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

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

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

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

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