#AD9695

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

Shades of Dusty Grey #AD9695

Tints of Dusty Grey #AD9695

Color information

#AD9695 (or 0xAD9695) is unknown color: approx Dusty Grey. HEX triplet: AD, 96 and 95. RGB value is (173,150,149). Sum of RGB (Red+Green+Blue) = 173+150+149=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9695 is #52696A. Grayscale: #9C9C9C. Windows color (decimal): -5400939 or 9803437. OLE color: 9803437.

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

Color convert

RGB173150149-
CMYK00.130.140.32
HSL2.5º12.77%63.14%-
HSV(B)2.5º13.87%67.84%-
XYZ33.5632.8733.01-
YUV156.76123.62139.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=36.65%
G=31.78%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014900.130.140.322.512.7763.14
HexAD96950DE203d3f
Octal255226225015164031577
Binary101011011001011010010101011011110100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9695; }

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

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

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

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

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

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

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

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