#AC8F8C

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

Shades of Thatch #AC8F8C

Tints of Thatch #AC8F8C

Color information

#AC8F8C (or 0xAC8F8C) is unknown color: approx Thatch. HEX triplet: AC, 8F and 8C. RGB value is (172,143,140). Sum of RGB (Red+Green+Blue) = 172+143+140=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8C is #537073. Grayscale: #979797. Windows color (decimal): -5468276 or 9211820. OLE color: 9211820.

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

Color convert

RGB172143140-
CMYK00.170.190.33
HSL5.63º16.16%61.18%-
HSV(B)5.63º18.6%67.45%-
XYZ31.5730.3129-
YUV151.33121.61142.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=37.80%
G=31.43%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214314000.170.190.335.6316.1661.18
HexAC8F8C01113216103d
Octal254217214021234162075
Binary1010110010001111100011000100011001110000111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F8C; }

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

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

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

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

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

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

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

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