#ADACAD

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

Shades of Lola #ADACAD

Tints of Lola #ADACAD

Color information

#ADACAD (or 0xADACAD) is unknown color: approx Lola. HEX triplet: AD, AC and AD. RGB value is (173,172,173). Sum of RGB (Red+Green+Blue) = 173+172+173=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAD is #525352. Grayscale: #ACACAC. Windows color (decimal): -5395283 or 11381933. OLE color: 11381933.

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

Color convert

RGB173172173-
CMYK00.0100.32
HSL300º0.61%67.65%-
HSV(B)300º0.58%67.84%-
XYZ39.5341.4145.44-
YUV172.41128.33128.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=33.40%
G=33.20%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317217300.0100.323000.6167.65
HexADACAD0102012c144
Octal255254255010404541104
Binary10101101101011001010110101010000010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACAD; }

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

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

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

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

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

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

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

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