Html Css Color HEX #AD9797 Dusty Grey

📋 copy color: '#AD9797'

red 173 ◦ green 151 ◦ blue 151

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

Shades of Dusty Grey #AD9797

Tints of Dusty Grey #AD9797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 36.42%
G = 31.79%
B = 31.79%

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

#AD9797 (or 0xAD9797) is known color: Dusty Grey. HEX triplet: AD, 97 and 97. RGB value is (173,151,151). Sum of RGB (Red+Green+Blue) = 173+151+151=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9797 is #526868. Grayscale: #9D9D9D. Windows color (decimal): -5400681 or 9934765. OLE color: 9934765.

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

Color convert

RGB 173 151 151 -
CMYK 0 0.13 0.13 0.32
HSL 0.12% 0.64% -
HSV(B) 0.13% 0.68% -
XYZ 33.89 33.25 33.91 -
YUV 157.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 173 151 151 0 0.13 0.13 0.32 0 0.12 0.64
Hex AD 97 97 0 D D 20 0 C 40
Octal 255 227 227 0 15 15 40 0 14 100
Binary 10101101 10010111 10010111 0 1101 1101 100000 0 1100 1000000

Color Harmonies of #AD9797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9797

Black with #AD9797

Text Example


Text Example

White with #AD9797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9797; }

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

 H1.HeaderClassName
 {
   color: #AD9797;
 }
 .AnyTagClassName
 {
   color: #AD9797;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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