#AC9E8C

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

Shades of Malta #AC9E8C

Tints of Malta #AC9E8C

Color information

#AC9E8C (or 0xAC9E8C) is unknown color: approx Malta. HEX triplet: AC, 9E and 8C. RGB value is (172,158,140). Sum of RGB (Red+Green+Blue) = 172+158+140=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E8C is #536173. Grayscale: #A0A0A0. Windows color (decimal): -5464436 or 9215660. OLE color: 9215660.

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

Color convert

RGB172158140-
CMYK00.080.190.33
HSL33.75º16.16%61.18%-
HSV(B)33.75º18.6%67.45%-
XYZ33.9735.1229.8-
YUV160.13116.64136.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=36.60%
G=33.62%
B=29.79%

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
Decimal17215814000.080.190.3333.7516.1661.18
HexAC9E8C08132122103d
Octal2542362140102341422075
Binary101011001001111010001100010001001110000110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E8C; }

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

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

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

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

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

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

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

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