#AC9E9B

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

Shades of Dusty Grey #AC9E9B

Tints of Dusty Grey #AC9E9B

Color information

#AC9E9B (or 0xAC9E9B) is unknown color: approx Dusty Grey. HEX triplet: AC, 9E and 9B. RGB value is (172,158,155). Sum of RGB (Red+Green+Blue) = 172+158+155=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E9B is #536164. Grayscale: #A1A1A1. Windows color (decimal): -5464421 or 10198700. OLE color: 10198700.

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

Color convert

RGB172158155-
CMYK00.080.100.33
HSL10.59º9.29%64.12%-
HSV(B)10.59º9.88%67.45%-
XYZ35.1635.5936.03-
YUV161.84124.14135.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=35.46%
G=32.58%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215815500.080.100.3310.599.2964.12
HexAC9E9B08A21b940
Octal25423623301012411311100
Binary101011001001111010011011010001010100001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E9B; }

 p { color: rgb(172,158,155); }

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

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

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

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

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

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

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