#AC9D8C

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

Shades of Malta #AC9D8C

Tints of Malta #AC9D8C

Color information

#AC9D8C (or 0xAC9D8C) is unknown color: approx Malta. HEX triplet: AC, 9D and 8C. RGB value is (172,157,140). Sum of RGB (Red+Green+Blue) = 172+157+140=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D8C is #536273. Grayscale: #9F9F9F. Windows color (decimal): -5464692 or 9215404. OLE color: 9215404.

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

Color convert

RGB172157140-
CMYK00.090.190.33
HSL31.88º16.16%61.18%-
HSV(B)31.88º18.6%67.45%-
XYZ33.834.7829.74-
YUV159.55116.97136.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=36.67%
G=33.48%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215714000.090.190.3331.8816.1661.18
HexAC9D8C09132120103d
Octal2542352140112341402075
Binary101011001001110110001100010011001110000110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D8C; }

 p { color: rgb(172,157,140); }

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

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

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

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

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

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

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