#ADAE9B

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

Shades of Foggy Grey #ADAE9B

Tints of Foggy Grey #ADAE9B

Color information

#ADAE9B (or 0xADAE9B) is unknown color: approx Foggy Grey. HEX triplet: AD, AE and 9B. RGB value is (173,174,155). Sum of RGB (Red+Green+Blue) = 173+174+155=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE9B is #525164. Grayscale: #ABABAB. Windows color (decimal): -5394789 or 10202797. OLE color: 10202797.

HSL color Cylindrical-coordinate representation of color #ADAE9B: hue angle of 63.16º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAE9B is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB173174155-
CMYK0.0100.110.32
HSL63.16º10.5%64.51%-
HSV(B)63.16º10.92%68.24%-
XYZ38.2941.5237.01-
YUV171.53118.67129.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=34.46%
G=34.66%
B=30.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741550.0100.110.3263.1610.564.51
HexADAE9B10B203fa41
Octal2552562331013407712101
Binary10101101101011101001101110101110000011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE9B; }

 p { color: rgb(173,174,155); }

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

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

 a { background-color: rgb(173,174,155); }

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

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

 span { border-color: rgb(173,174,155); }

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