#AC9F8C

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

Shades of Malta #AC9F8C

Tints of Malta #AC9F8C

Color information

#AC9F8C (or 0xAC9F8C) is unknown color: approx Malta. HEX triplet: AC, 9F and 8C. RGB value is (172,159,140). Sum of RGB (Red+Green+Blue) = 172+159+140=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F8C is #536073. Grayscale: #A0A0A0. Windows color (decimal): -5464180 or 9215916. OLE color: 9215916.

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

Color convert

RGB172159140-
CMYK00.080.190.33
HSL35.63º16.16%61.18%-
HSV(B)35.63º18.6%67.45%-
XYZ34.1535.4629.86-
YUV160.72116.31136.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=36.52%
G=33.76%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215914000.080.190.3335.6316.1661.18
HexAC9F8C08132124103d
Octal2542372140102341442075
Binary101011001001111110001100010001001110000110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F8C; }

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

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

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

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

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

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

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

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