#ADAC9D

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

Shades of Foggy Grey #ADAC9D

Tints of Foggy Grey #ADAC9D

Color information

#ADAC9D (or 0xADAC9D) is unknown color: approx Foggy Grey. HEX triplet: AD, AC and 9D. RGB value is (173,172,157). Sum of RGB (Red+Green+Blue) = 173+172+157=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9D is #525362. Grayscale: #AAAAAA. Windows color (decimal): -5395299 or 10333357. OLE color: 10333357.

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

Color convert

RGB173172157-
CMYK00.010.090.32
HSL56.25º8.89%64.71%-
HSV(B)56.25º9.25%67.84%-
XYZ38.0740.8237.77-
YUV170.59120.33129.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=34.46%
G=34.26%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317215700.010.090.3256.258.8964.71
HexADAC9D0192038941
Octal2552542350111407011101
Binary10101101101011001001110101100110000011100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC9D; }

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

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

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

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

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

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

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

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