#ADAC9F

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

Shades of Foggy Grey #ADAC9F

Tints of Foggy Grey #ADAC9F

Color information

#ADAC9F (or 0xADAC9F) is unknown color: approx Foggy Grey. HEX triplet: AD, AC and 9F. RGB value is (173,172,159). Sum of RGB (Red+Green+Blue) = 173+172+159=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9F is #525360. Grayscale: #AAAAAA. Windows color (decimal): -5395297 or 10464429. OLE color: 10464429.

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

Color convert

RGB173172159-
CMYK00.010.080.32
HSL55.71º7.87%65.1%-
HSV(B)55.71º8.09%67.84%-
XYZ38.2440.8938.68-
YUV170.82121.33129.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=34.33%
G=34.13%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317215900.010.080.3255.717.8765.1
HexADAC9F0182038841
Octal2552542370110407010101
Binary10101101101011001001111101100010000011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC9F; }

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

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

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

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

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

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

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

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