Html Css Color HEX #ADAAAD Lola

📋 copy color: '#ADAAAD'

red 173 ◦ green 170 ◦ blue 173

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

Shades of Lola #ADAAAD

Tints of Lola #ADAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.95%

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

R = 33.53%
G = 32.95%
B = 33.53%

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

#ADAAAD (or 0xADAAAD) is known color: Lola. HEX triplet: AD, AA and AD. RGB value is (173,170,173). Sum of RGB (Red+Green+Blue) = 173+170+173=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAD is #525552. Grayscale: #ABABAB. Windows color (decimal): -5395795 or 11381421. OLE color: 11381421.

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

Color convert

RGB 173 170 173 -
CMYK 0 0.02 0 0.32
HSL 300º 0.02% 0.67% -
HSV(B) 300º 0.02% 0.68% -
XYZ 39.15 40.65 45.32 -
YUV 171.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 173 170 173 0 0.02 0 0.32 300 0.02 0.67
Hex AD AA AD 0 2 0 20 12C 2 43
Octal 255 252 255 0 2 0 40 454 2 103
Binary 10101101 10101010 10101101 0 10 0 100000 100101100 10 1000011

Color Harmonies of #ADAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAAD

Black with #ADAAAD

Text Example


Text Example

White with #ADAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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