#AC938F

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

Shades of Thatch #AC938F

Tints of Thatch #AC938F

Color information

#AC938F (or 0xAC938F) is unknown color: approx Thatch. HEX triplet: AC, 93 and 8F. RGB value is (172,147,143). Sum of RGB (Red+Green+Blue) = 172+147+143=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC938F is #536C70. Grayscale: #9A9A9A. Windows color (decimal): -5467249 or 9409452. OLE color: 9409452.

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

Color convert

RGB172147143-
CMYK00.150.170.33
HSL8.28º14.87%61.76%-
HSV(B)8.28º16.86%67.45%-
XYZ32.431.6230.38-
YUV154.02121.78140.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=37.23%
G=31.82%
B=30.95%

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
Decimal17214714300.150.170.338.2814.8761.76
HexAC938F0F11218f3e
Octal2542232170172141101776
Binary101011001001001110001111011111000110000110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC938F; }

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

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

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

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

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

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

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

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