#AD9796

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

Shades of Dusty Grey #AD9796

Tints of Dusty Grey #AD9796

Color information

#AD9796 (or 0xAD9796) is unknown color: approx Dusty Grey. HEX triplet: AD, 97 and 96. RGB value is (173,151,150). Sum of RGB (Red+Green+Blue) = 173+151+150=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9796 is #526869. Grayscale: #9D9D9D. Windows color (decimal): -5400682 or 9869229. OLE color: 9869229.

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

Color convert

RGB173151150-
CMYK00.130.130.32
HSL2.61º12.3%63.33%-
HSV(B)2.61º13.29%67.84%-
XYZ33.8133.2233.48-
YUV157.46123.79139.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=36.50%
G=31.86%
B=31.65%

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
Decimal17315115000.130.130.322.6112.363.33
HexAD97960DD203c3f
Octal255227226015154031477
Binary101011011001011110010110011011101100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9796; }

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

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

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

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

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

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

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

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