#AD9897

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

Shades of Dusty Grey #AD9897

Tints of Dusty Grey #AD9897

Color information

#AD9897 (or 0xAD9897) is unknown color: approx Dusty Grey. HEX triplet: AD, 98 and 97. RGB value is (173,152,151). Sum of RGB (Red+Green+Blue) = 173+152+151=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9897 is #526768. Grayscale: #9E9E9E. Windows color (decimal): -5400425 or 9935021. OLE color: 9935021.

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

Color convert

RGB173152151-
CMYK00.120.130.32
HSL2.73º11.83%63.53%-
HSV(B)2.73º12.72%67.84%-
XYZ34.0533.5833.96-
YUV158.16123.96138.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=36.34%
G=31.93%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315215100.120.130.322.7311.8363.53
HexAD98970CD203c40
Octal2552302270141540314100
Binary1010110110011000100101110110011011000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9897; }

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

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

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

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

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

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

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

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