#ADAB9C

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

Shades of Foggy Grey #ADAB9C

Tints of Foggy Grey #ADAB9C

Color information

#ADAB9C (or 0xADAB9C) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and 9C. RGB value is (173,171,156). Sum of RGB (Red+Green+Blue) = 173+171+156=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9C is #525463. Grayscale: #A9A9A9. Windows color (decimal): -5395556 or 10267565. OLE color: 10267565.

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

Color convert

RGB173171156-
CMYK00.010.100.32
HSL52.94º9.39%64.51%-
HSV(B)52.94º9.83%67.84%-
XYZ37.840.4137.26-
YUV169.89120.16130.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=34.6%
G=34.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317115600.010.100.3252.949.3964.51
HexADAB9C01A2035941
Octal2552532340112406511101
Binary10101101101010111001110001101010000011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB9C; }

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

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

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

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

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

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

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

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