#AC9998

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

Shades of Dusty Grey #AC9998

Tints of Dusty Grey #AC9998

Color information

#AC9998 (or 0xAC9998) is unknown color: approx Dusty Grey. HEX triplet: AC, 99 and 98. RGB value is (172,153,152). Sum of RGB (Red+Green+Blue) = 172+153+152=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9998 is #536667. Grayscale: #9E9E9E. Windows color (decimal): -5465704 or 10000812. OLE color: 10000812.

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

Color convert

RGB172153152-
CMYK00.110.120.33
HSL10.75%63.53%-
HSV(B)11.63%67.45%-
XYZ34.0733.8234.44-
YUV158.57124.29137.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=36.06%
G=32.08%
B=31.87%

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
Decimal17215315200.110.120.33310.7563.53
HexAC99980BC213b40
Octal2542312300131441313100
Binary1010110010011001100110000101111001000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9998; }

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

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

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

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

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

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

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

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