#AC9997

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

Shades of Dusty Grey #AC9997

Tints of Dusty Grey #AC9997

Color information

#AC9997 (or 0xAC9997) is unknown color: approx Dusty Grey. HEX triplet: AC, 99 and 97. RGB value is (172,153,151). Sum of RGB (Red+Green+Blue) = 172+153+151=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9997 is #536668. Grayscale: #9E9E9E. Windows color (decimal): -5465705 or 9935276. OLE color: 9935276.

HSL color Cylindrical-coordinate representation of color #AC9997: hue angle of 5.71º 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 #AC9997 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172153151-
CMYK00.110.120.33
HSL5.71º11.23%63.33%-
HSV(B)5.71º12.21%67.45%-
XYZ33.9933.7934.01-
YUV158.45123.79137.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=36.13%
G=32.14%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215315100.110.120.335.7111.2363.33
HexAC99970BC216b3f
Octal254231227013144161377
Binary1010110010011001100101110101111001000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9997; }

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

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

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

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

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

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

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

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