#ADAD9F

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

Shades of Foggy Grey #ADAD9F

Tints of Foggy Grey #ADAD9F

Color information

#ADAD9F (or 0xADAD9F) is unknown color: approx Foggy Grey. HEX triplet: AD, AD and 9F. RGB value is (173,173,159). Sum of RGB (Red+Green+Blue) = 173+173+159=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9F is #525260. Grayscale: #ABABAB. Windows color (decimal): -5395041 or 10464685. OLE color: 10464685.

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

Color convert

RGB173173159-
CMYK000.080.32
HSL60º7.87%65.1%-
HSV(B)60º8.09%67.84%-
XYZ38.4441.2738.74-
YUV171.4121129.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=34.26%
G=34.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173159000.080.32607.8765.1
HexADAD9F008203c841
Octal2552552370010407410101
Binary10101101101011011001111100100010000011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD9F; }

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

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

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

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

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

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

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

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