#ADAA9F

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

Shades of Foggy Grey #ADAA9F

Tints of Foggy Grey #ADAA9F

Color information

#ADAA9F (or 0xADAA9F) is unknown color: approx Foggy Grey. HEX triplet: AD, AA and 9F. RGB value is (173,170,159). Sum of RGB (Red+Green+Blue) = 173+170+159=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9F is #525560. Grayscale: #A9A9A9. Windows color (decimal): -5395809 or 10463917. OLE color: 10463917.

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

Color convert

RGB173170159-
CMYK00.020.080.32
HSL47.14º7.87%65.1%-
HSV(B)47.14º8.09%67.84%-
XYZ37.8740.1438.55-
YUV169.64121.99130.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=34.46%
G=33.86%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317015900.020.080.3247.147.8765.1
HexADAA9F028202f841
Octal2552522370210405710101
Binary101011011010101010011111010100010000010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA9F; }

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

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

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

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

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

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

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

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