#AC938E

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

Shades of Thatch #AC938E

Tints of Thatch #AC938E

Color information

#AC938E (or 0xAC938E) is unknown color: approx Thatch. HEX triplet: AC, 93 and 8E. RGB value is (172,147,142). Sum of RGB (Red+Green+Blue) = 172+147+142=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC938E is #536C71. Grayscale: #999999. Windows color (decimal): -5467250 or 9343916. OLE color: 9343916.

HSL color Cylindrical-coordinate representation of color #AC938E: hue angle of 10º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC938E is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172147142-
CMYK00.150.170.33
HSL10º15.31%61.57%-
HSV(B)10º17.44%67.45%-
XYZ32.3331.5929.98-
YUV153.9121.28140.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=37.31%
G=31.89%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214714200.150.170.331015.3161.57
HexAC938E0F1121af3e
Octal2542232160172141121776
Binary101011001001001110001110011111000110000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC938E; }

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

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

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

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

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

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

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

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