Html Css Color HEX #AD9695 Dusty Grey

📋 copy color: '#AD9695'

red 173 ◦ green 150 ◦ blue 149

#AD9695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #AD9695

Tints of Dusty Grey #AD9695

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 value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9695 (or 0xAD9695) is known color: 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

RGB 173 150 149 -
CMYK 0 0.13 0.14 0.32
HSL 2.5º 0.13% 0.63% -
HSV(B) 2.5º 0.14% 0.68% -
XYZ 33.56 32.87 33.01 -
YUV 156.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 173 150 149 0 0.13 0.14 0.32 2.5 0.13 0.63
Hex AD 96 95 0 D E 20 2 D 3F
Octal 255 226 225 0 15 16 40 2 15 77
Binary 10101101 10010110 10010101 0 1101 1110 100000 10 1101 111111

Color Harmonies of #AD9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9695

Black with #AD9695

Text Example


Text Example

White with #AD9695

Text Example


Text Example

HTML Codes & Css Web 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>