Html Css Color HEX #AD9B9A Dusty Grey

📋 copy color: '#AD9B9A'

red 173 ◦ green 155 ◦ blue 154

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

Shades of Dusty Grey #AD9B9A

Tints of Dusty Grey #AD9B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 35.89%
G = 32.16%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD9B9A (or 0xAD9B9A) is known color: Dusty Grey. HEX triplet: AD, 9B and 9A. RGB value is (173,155,154). Sum of RGB (Red+Green+Blue) = 173+155+154=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B9A is #526465. Grayscale: #A0A0A0. Windows color (decimal): -5399654 or 10132397. OLE color: 10132397.

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

Color convert

RGB 173 155 154 -
CMYK 0 0.10 0.11 0.32
HSL 3.16º 0.1% 0.64% -
HSV(B) 3.16º 0.11% 0.68% -
XYZ 34.79 34.66 35.43 -
YUV 160.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 173 155 154 0 0.10 0.11 0.32 3.16 0.1 0.64
Hex AD 9B 9A 0 A B 20 3 A 40
Octal 255 233 232 0 12 13 40 3 12 100
Binary 10101101 10011011 10011010 0 1010 1011 100000 11 1010 1000000

Color Harmonies of #AD9B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B9A

Black with #AD9B9A

Text Example


Text Example

White with #AD9B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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