Html Css Color HEX #AC9796 Dusty Grey

📋 copy color: '#AC9796'

red 172 ◦ green 151 ◦ blue 150

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

Shades of Dusty Grey #AC9796

Tints of Dusty Grey #AC9796

RGB

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

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

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

R = 36.36%
G = 31.92%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC9796 (or 0xAC9796) is known color: Dusty Grey. HEX triplet: AC, 97 and 96. RGB value is (172,151,150). Sum of RGB (Red+Green+Blue) = 172+151+150=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9796 is #536869. Grayscale: #9D9D9D. Windows color (decimal): -5466218 or 9869228. OLE color: 9869228.

HSL color Cylindrical-coordinate representation of color #AC9796: hue angle of 2.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9796 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 150 -
CMYK 0 0.12 0.13 0.33
HSL 2.73º 0.12% 0.63% -
HSV(B) 2.73º 0.13% 0.67% -
XYZ 33.58 33.11 33.47 -
YUV 157.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 172 151 150 0 0.12 0.13 0.33 2.73 0.12 0.63
Hex AC 97 96 0 C D 21 3 C 3F
Octal 254 227 226 0 14 15 41 3 14 77
Binary 10101100 10010111 10010110 0 1100 1101 100001 11 1100 111111

Color Harmonies of #AC9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9796

Black with #AC9796

Text Example


Text Example

White with #AC9796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9796; }

 p { color: rgb(172,151,150); }

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

background-color css

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

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

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

border-color css

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

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

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