Html Css Color HEX #AD9C9B Dusty Grey

📋 copy color: '#AD9C9B'

red 173 ◦ green 156 ◦ blue 155

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

Shades of Dusty Grey #AD9C9B

Tints of Dusty Grey #AD9C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 35.74%
G = 32.23%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD9C9B (or 0xAD9C9B) is known color: Dusty Grey. HEX triplet: AD, 9C and 9B. RGB value is (173,156,155). Sum of RGB (Red+Green+Blue) = 173+156+155=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C9B is #526364. Grayscale: #A0A0A0. Windows color (decimal): -5399397 or 10198189. OLE color: 10198189.

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

Color convert

RGB 173 156 155 -
CMYK 0 0.10 0.10 0.32
HSL 3.33º 0.1% 0.64% -
HSV(B) 3.33º 0.1% 0.68% -
XYZ 35.04 35.03 35.92 -
YUV 160.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 173 156 155 0 0.10 0.10 0.32 3.33 0.1 0.64
Hex AD 9C 9B 0 A A 20 3 A 40
Octal 255 234 233 0 12 12 40 3 12 100
Binary 10101101 10011100 10011011 0 1010 1010 100000 11 1010 1000000

Color Harmonies of #AD9C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C9B

Black with #AD9C9B

Text Example


Text Example

White with #AD9C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C9B; }

 p { color: rgb(173,156,155); }

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

background-color css

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

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

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

border-color css

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

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

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