#ADAD9D

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

Shades of Foggy Grey #ADAD9D

Tints of Foggy Grey #ADAD9D

Color information

#ADAD9D (or 0xADAD9D) is unknown color: approx Foggy Grey. HEX triplet: AD, AD and 9D. RGB value is (173,173,157). Sum of RGB (Red+Green+Blue) = 173+173+157=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9D is #525262. Grayscale: #ABABAB. Windows color (decimal): -5395043 or 10333613. OLE color: 10333613.

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

Color convert

RGB173173157-
CMYK000.090.32
HSL60º8.89%64.71%-
HSV(B)60º9.25%67.84%-
XYZ38.2641.2137.84-
YUV171.18120129.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=34.39%
G=34.39%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173157000.090.32608.8964.71
HexADAD9D009203c941
Octal2552552350011407411101
Binary10101101101011011001110100100110000011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD9D; }

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

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

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

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

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

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

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

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