#AC9897

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

Shades of Dusty Grey #AC9897

Tints of Dusty Grey #AC9897

Color information

#AC9897 (or 0xAC9897) is unknown color: approx Dusty Grey. HEX triplet: AC, 98 and 97. RGB value is (172,152,151). Sum of RGB (Red+Green+Blue) = 172+152+151=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9897 is #536768. Grayscale: #9D9D9D. Windows color (decimal): -5465961 or 9935020. OLE color: 9935020.

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

Color convert

RGB172152151-
CMYK00.120.120.33
HSL2.86º11.23%63.33%-
HSV(B)2.86º12.21%67.45%-
XYZ33.8333.4633.95-
YUV157.87124.13138.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=36.21%
G=32%
B=31.79%

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
Decimal17215215100.120.120.332.8611.2363.33
HexAC98970CC213b3f
Octal254230227014144131377
Binary101011001001100010010111011001100100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9897; }

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

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

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

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

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

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

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

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