Html Css Color HEX #ADA4AA Lily

📋 copy color: '#ADA4AA'

red 173 ◦ green 164 ◦ blue 170

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

Shades of Lily #ADA4AA

Tints of Lily #ADA4AA

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.8% from 255) = 33.53%

R = 34.12%
G = 32.35%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 164 170 -
CMYK 0 0.05 0.02 0.32
HSL 320º 0.05% 0.66% -
HSV(B) 320º 0.05% 0.68% -
XYZ 37.76 38.34 43.44 -
YUV 167.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 173 164 170 0 0.05 0.02 0.32 320 0.05 0.66
Hex AD A4 AA 0 5 2 20 140 5 42
Octal 255 244 252 0 5 2 40 500 5 102
Binary 10101101 10100100 10101010 0 101 10 100000 101000000 101 1000010

Color Harmonies of #ADA4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4AA

Black with #ADA4AA

Text Example


Text Example

White with #ADA4AA

Text Example


Text Example

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