Html Css Color HEX #AC9D9B Dusty Grey

📋 copy color: '#AC9D9B'

red 172 ◦ green 157 ◦ blue 155

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

Shades of Dusty Grey #AC9D9B

Tints of Dusty Grey #AC9D9B

RGB

 RED value IS 172 (67.58% from 255) = 35.54%

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 35.54%
G = 32.44%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC9D9B (or 0xAC9D9B) is known color: Dusty Grey. HEX triplet: AC, 9D and 9B. RGB value is (172,157,155). Sum of RGB (Red+Green+Blue) = 172+157+155=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D9B is #536264. Grayscale: #A1A1A1. Windows color (decimal): -5464677 or 10198444. OLE color: 10198444.

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

Color convert

RGB 172 157 155 -
CMYK 0 0.09 0.10 0.33
HSL 7.06º 0.09% 0.64% -
HSV(B) 7.06º 0.1% 0.67% -
XYZ 34.99 35.25 35.97 -
YUV 161.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 172 157 155 0 0.09 0.10 0.33 7.06 0.09 0.64
Hex AC 9D 9B 0 9 A 21 7 9 40
Octal 254 235 233 0 11 12 41 7 11 100
Binary 10101100 10011101 10011011 0 1001 1010 100001 111 1001 1000000

Color Harmonies of #AC9D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D9B

Black with #AC9D9B

Text Example


Text Example

White with #AC9D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D9B; }

 p { color: rgb(172,157,155); }

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

background-color css

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

 a { background-color: rgb(172,157,155); }

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

border-color css

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

 span { border-color: rgb(172,157,155); }

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