Html Css Color HEX #ADA8AB Lily

📋 copy color: '#ADA8AB'

red 173 ◦ green 168 ◦ blue 171

#ADA8AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #ADA8AB

Tints of Lily #ADA8AB

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.4%

R = 33.79%
G = 32.81%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADA8AB (or 0xADA8AB) is known color: 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

RGB 173 168 171 -
CMYK 0 0.03 0.01 0.32
HSL 324º 0.03% 0.67% -
HSV(B) 324º 0.03% 0.68% -
XYZ 38.59 39.83 44.18 -
YUV 169.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 173 168 171 0 0.03 0.01 0.32 324 0.03 0.67
Hex AD A8 AB 0 3 1 20 144 3 43
Octal 255 250 253 0 3 1 40 504 3 103
Binary 10101101 10101000 10101011 0 11 1 100000 101000100 11 1000011

Color Harmonies of #ADA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8AB

Black with #ADA8AB

Text Example


Text Example

White with #ADA8AB

Text Example


Text Example

HTML Codes & Css Web 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>