#ADAB9F

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

Shades of Foggy Grey #ADAB9F

Tints of Foggy Grey #ADAB9F

Color information

#ADAB9F (or 0xADAB9F) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and 9F. RGB value is (173,171,159). Sum of RGB (Red+Green+Blue) = 173+171+159=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9F is #525460. Grayscale: #AAAAAA. Windows color (decimal): -5395553 or 10464173. OLE color: 10464173.

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

Color convert

RGB173171159-
CMYK00.010.080.32
HSL51.43º7.87%65.1%-
HSV(B)51.43º8.09%67.84%-
XYZ38.0540.5138.62-
YUV170.23121.66129.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=34.39%
G=34.00%
B=31.61%

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
Decimal17317115900.010.080.3251.437.8765.1
HexADAB9F0182033841
Octal2552532370110406310101
Binary10101101101010111001111101100010000011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB9F; }

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

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

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

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

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

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

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

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