Html Css Color HEX #AD9796 Dusty Grey

📋 copy color: '#AD9796'

red 173 ◦ green 151 ◦ blue 150

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

Shades of Dusty Grey #AD9796

Tints of Dusty Grey #AD9796

RGB

 RED value IS 173 (67.97% from 255) = 36.5%

 GREEN value IS 151 (59.38% from 255) = 31.86%

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 36.5%
G = 31.86%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 151 150 -
CMYK 0 0.13 0.13 0.32
HSL 2.61º 0.12% 0.63% -
HSV(B) 2.61º 0.13% 0.68% -
XYZ 33.81 33.22 33.48 -
YUV 157.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 173 151 150 0 0.13 0.13 0.32 2.61 0.12 0.63
Hex AD 97 96 0 D D 20 3 C 3F
Octal 255 227 226 0 15 15 40 3 14 77
Binary 10101101 10010111 10010110 0 1101 1101 100000 11 1100 111111

Color Harmonies of #AD9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9796

Black with #AD9796

Text Example


Text Example

White with #AD9796

Text Example


Text Example

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