Html Css Color HEX #ADA8AD Lola

📋 copy color: '#ADA8AD'

red 173 ◦ green 168 ◦ blue 173

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

Shades of Lola #ADA8AD

Tints of Lola #ADA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

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

R = 33.66%
G = 32.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADA8AD (or 0xADA8AD) is known color: Lola. HEX triplet: AD, A8 and AD. RGB value is (173,168,173). Sum of RGB (Red+Green+Blue) = 173+168+173=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AD is #525752. Grayscale: #AAAAAA. Windows color (decimal): -5396307 or 11380909. OLE color: 11380909.

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

Color convert

RGB 173 168 173 -
CMYK 0 0.03 0 0.32
HSL 300º 0.03% 0.67% -
HSV(B) 300º 0.03% 0.68% -
XYZ 38.78 39.91 45.19 -
YUV 170.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 173 168 173 0 0.03 0 0.32 300 0.03 0.67
Hex AD A8 AD 0 3 0 20 12C 3 43
Octal 255 250 255 0 3 0 40 454 3 103
Binary 10101101 10101000 10101101 0 11 0 100000 100101100 11 1000011

Color Harmonies of #ADA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8AD

Black with #ADA8AD

Text Example


Text Example

White with #ADA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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