#ADAB9D

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

Shades of Foggy Grey #ADAB9D

Tints of Foggy Grey #ADAB9D

Color information

#ADAB9D (or 0xADAB9D) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and 9D. RGB value is (173,171,157). Sum of RGB (Red+Green+Blue) = 173+171+157=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9D is #525462. Grayscale: #AAAAAA. Windows color (decimal): -5395555 or 10333101. OLE color: 10333101.

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

Color convert

RGB173171157-
CMYK00.010.090.32
HSL52.5º8.89%64.71%-
HSV(B)52.5º9.25%67.84%-
XYZ37.8840.4437.71-
YUV170120.66130.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=34.53%
G=34.13%
B=31.34%

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
Decimal17317115700.010.090.3252.58.8964.71
HexADAB9D0192035941
Octal2552532350111406511101
Binary10101101101010111001110101100110000011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB9D; }

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

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

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

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

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

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

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

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