#ADAA9E

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

Shades of Foggy Grey #ADAA9E

Tints of Foggy Grey #ADAA9E

Color information

#ADAA9E (or 0xADAA9E) is unknown color: approx Foggy Grey. HEX triplet: AD, AA and 9E. RGB value is (173,170,158). Sum of RGB (Red+Green+Blue) = 173+170+158=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9E is #525561. Grayscale: #A9A9A9. Windows color (decimal): -5395810 or 10398381. OLE color: 10398381.

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

Color convert

RGB173170158-
CMYK00.020.090.32
HSL48º8.38%64.9%-
HSV(B)48º8.67%67.84%-
XYZ37.7840.138.1-
YUV169.53121.49130.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=34.53%
G=33.93%
B=31.54%

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
Decimal17317015800.020.090.32488.3864.9
HexADAA9E0292030841
Octal2552522360211406010101
Binary101011011010101010011110010100110000011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA9E; }

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

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

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

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

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

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

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

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