#AC938B

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

Shades of Thatch #AC938B

Tints of Thatch #AC938B

Color information

#AC938B (or 0xAC938B) is unknown color: approx Thatch. HEX triplet: AC, 93 and 8B. RGB value is (172,147,139). Sum of RGB (Red+Green+Blue) = 172+147+139=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC938B is #536C74. Grayscale: #999999. Windows color (decimal): -5467253 or 9147308. OLE color: 9147308.

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

Color convert

RGB172147139-
CMYK00.150.190.33
HSL14.55º16.58%60.98%-
HSV(B)14.55º19.19%67.45%-
XYZ32.1131.528.81-
YUV153.56119.78141.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=37.55%
G=32.10%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214713900.150.190.3314.5516.5860.98
HexAC938B0F1321f113d
Octal2542232130172341172175
Binary1010110010010011100010110111110011100001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC938B; }

 p { color: rgb(172,147,139); }

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

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

 a { background-color: rgb(172,147,139); }

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

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

 span { border-color: rgb(172,147,139); }

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