#ADAA9D

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

Shades of Foggy Grey #ADAA9D

Tints of Foggy Grey #ADAA9D

Color information

#ADAA9D (or 0xADAA9D) is unknown color: approx Foggy Grey. HEX triplet: AD, AA and 9D. RGB value is (173,170,157). Sum of RGB (Red+Green+Blue) = 173+170+157=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9D is #525562. Grayscale: #A9A9A9. Windows color (decimal): -5395811 or 10332845. OLE color: 10332845.

HSL color Cylindrical-coordinate representation of color #ADAA9D: hue angle of 48.75º 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 #ADAA9D is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173170157-
CMYK00.020.090.32
HSL48.75º8.89%64.71%-
HSV(B)48.75º9.25%67.84%-
XYZ37.6940.0737.65-
YUV169.42120.99130.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=34.6%
G=34%
B=31.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317015700.020.090.3248.758.8964.71
HexADAA9D0292031941
Octal2552522350211406111101
Binary101011011010101010011101010100110000011000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA9D; }

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

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

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

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

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

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

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

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