#ADAB9B

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

Shades of Foggy Grey #ADAB9B

Tints of Foggy Grey #ADAB9B

Color information

#ADAB9B (or 0xADAB9B) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and 9B. RGB value is (173,171,155). Sum of RGB (Red+Green+Blue) = 173+171+155=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9B is #525464. Grayscale: #A9A9A9. Windows color (decimal): -5395557 or 10202029. OLE color: 10202029.

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

Color convert

RGB173171155-
CMYK00.010.100.32
HSL53.33º9.89%64.31%-
HSV(B)53.33º10.4%67.84%-
XYZ37.7140.3836.82-
YUV169.77119.66130.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=34.67%
G=34.27%
B=31.06%

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
Decimal17317115500.010.100.3253.339.8964.31
HexADAB9B01A2035a40
Octal2552532330112406512100
Binary10101101101010111001101101101010000011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB9B; }

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

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

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

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

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

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

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

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