#ADABAD

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

Shades of Lola #ADABAD

Tints of Lola #ADABAD

Color information

#ADABAD (or 0xADABAD) is unknown color: approx Lola. HEX triplet: AD, AB and AD. RGB value is (173,171,173). Sum of RGB (Red+Green+Blue) = 173+171+173=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAD is #525452. Grayscale: #ABABAB. Windows color (decimal): -5395539 or 11381677. OLE color: 11381677.

HSL color Cylindrical-coordinate representation of color #ADABAD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADABAD is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173171173-
CMYK00.0100.32
HSL300º1.2%67.45%-
HSV(B)300º1.16%67.84%-
XYZ39.3441.0345.38-
YUV171.83128.66128.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=33.46%
G=33.08%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317117300.0100.323001.267.45
HexADABAD0102012c143
Octal255253255010404541103
Binary10101101101010111010110101010000010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABAD; }

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

 H1.HeaderClassName
 {
   color: #ADABAD;
 }
 .AnyTagClassName
 {
   color: #ADABAD;
 }
</style>
background-color css

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

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

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

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

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

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