#ADABAC

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

Shades of Lily #ADABAC

Tints of Lily #ADABAC

Color information

#ADABAC (or 0xADABAC) is unknown color: approx Lily. HEX triplet: AD, AB and AC. RGB value is (173,171,172). Sum of RGB (Red+Green+Blue) = 173+171+172=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAC is #525453. Grayscale: #ABABAB. Windows color (decimal): -5395540 or 11316141. OLE color: 11316141.

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

Color convert

RGB173171172-
CMYK00.010.010.32
HSL330º1.2%67.45%-
HSV(B)330º1.16%67.84%-
XYZ39.2440.9944.87-
YUV171.71128.16128.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=33.53%
G=33.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317117200.010.010.323301.267.45
HexADABAC0112014a143
Octal255253254011405121103
Binary10101101101010111010110001110000010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABAC; }

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

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

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

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

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

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

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

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