#AD9797

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

Shades of Dusty Grey #AD9797

Tints of Dusty Grey #AD9797

Color information

#AD9797 (or 0xAD9797) is unknown color: approx Dusty Grey. HEX triplet: AD, 97 and 97. RGB value is (173,151,151). Sum of RGB (Red+Green+Blue) = 173+151+151=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9797 is #526868. Grayscale: #9D9D9D. Windows color (decimal): -5400681 or 9934765. OLE color: 9934765.

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

Color convert

RGB173151151-
CMYK00.130.130.32
HSL11.83%63.53%-
HSV(B)12.72%67.84%-
XYZ33.8933.2533.91-
YUV157.58124.29139-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=36.42%
G=31.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115100.130.130.32011.8363.53
HexAD97970DD200c40
Octal2552272270151540014100
Binary101011011001011110010111011011101100000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9797; }

 p { color: rgb(173,151,151); }

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

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

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

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

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

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

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