#ADAAAD

Color #ADAAAD Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #ADAAAD

Tints of Lola #ADAAAD

Color information

#ADAAAD (or 0xADAAAD) is unknown color: approx 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

RGB173170173-
CMYK00.0200.32
HSL300º1.8%67.25%-
HSV(B)300º1.73%67.84%-
XYZ39.1540.6545.32-
YUV171.24128.99129.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317017300.0200.323001.867.25
HexADAAAD0202012c243
Octal255252255020404542103
Binary1010110110101010101011010100100000100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>