Html Css Color HEX #ADA9AD Lola

📋 copy color: '#ADA9AD'

red 173 ◦ green 169 ◦ blue 173

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

Shades of Lola #ADA9AD

Tints of Lola #ADA9AD

RGB

 RED value IS 173 (67.97% from 255) = 33.59%

 GREEN value IS 169 (66.41% from 255) = 32.82%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 33.59%
G = 32.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADA9AD (or 0xADA9AD) is known color: Lola. HEX triplet: AD, A9 and AD. RGB value is (173,169,173). Sum of RGB (Red+Green+Blue) = 173+169+173=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AD is #525652. Grayscale: #AAAAAA. Windows color (decimal): -5396051 or 11381165. OLE color: 11381165.

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

Color convert

RGB 173 169 173 -
CMYK 0 0.02 0 0.32
HSL 300º 0.02% 0.67% -
HSV(B) 300º 0.02% 0.68% -
XYZ 38.96 40.28 45.26 -
YUV 170.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 173 169 173 0 0.02 0 0.32 300 0.02 0.67
Hex AD A9 AD 0 2 0 20 12C 2 43
Octal 255 251 255 0 2 0 40 454 2 103
Binary 10101101 10101001 10101101 0 10 0 100000 100101100 10 1000011

Color Harmonies of #ADA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9AD

Black with #ADA9AD

Text Example


Text Example

White with #ADA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9AD; }

 p { color: rgb(173,169,173); }

 H1.HeaderClassName
 {
   color: #ADA9AD;
 }
 .AnyTagClassName
 {
   color: #ADA9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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