#AC9797

Color #AC9797 Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #AC9797

Tints of Dusty Grey #AC9797

Color information

#AC9797 (or 0xAC9797) is unknown color: approx Dusty Grey. HEX triplet: AC, 97 and 97. RGB value is (172,151,151). Sum of RGB (Red+Green+Blue) = 172+151+151=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9797 is #536868. Grayscale: #9D9D9D. Windows color (decimal): -5466217 or 9934764. OLE color: 9934764.

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

Color convert

RGB172151151-
CMYK00.120.120.33
HSL11.23%63.33%-
HSV(B)12.21%67.45%-
XYZ33.6733.1433.9-
YUV157.28124.46138.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=36.29%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115100.120.120.33011.2363.33
HexAC97970CC210b3f
Octal254227227014144101377
Binary10101100100101111001011101100110010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9797; }

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

 H1.HeaderClassName
 {
   color: #AC9797;
 }
 .AnyTagClassName
 {
   color: #AC9797;
 }
</style>
background-color css

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

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

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

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

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

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