#ADAD9E

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

Shades of Foggy Grey #ADAD9E

Tints of Foggy Grey #ADAD9E

Color information

#ADAD9E (or 0xADAD9E) is unknown color: approx Foggy Grey. HEX triplet: AD, AD and 9E. RGB value is (173,173,158). Sum of RGB (Red+Green+Blue) = 173+173+158=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9E is #525261. Grayscale: #ABABAB. Windows color (decimal): -5395042 or 10399149. OLE color: 10399149.

HSL color Cylindrical-coordinate representation of color #ADAD9E: 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.09%. Process color model (Four color, CMYK) of #ADAD9E is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173173158-
CMYK000.090.32
HSL60º8.38%64.9%-
HSV(B)60º8.67%67.84%-
XYZ38.3541.2438.29-
YUV171.29120.5129.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=34.33%
G=34.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173158000.090.32608.3864.9
HexADAD9E009203c841
Octal2552552360011407410101
Binary10101101101011011001111000100110000011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD9E; }

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

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

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

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

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

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

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

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