#AC8D8C

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

Shades of Thatch #AC8D8C

Tints of Thatch #AC8D8C

Color information

#AC8D8C (or 0xAC8D8C) is unknown color: approx Thatch. HEX triplet: AC, 8D and 8C. RGB value is (172,141,140). Sum of RGB (Red+Green+Blue) = 172+141+140=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D8C is #537273. Grayscale: #969696. Windows color (decimal): -5468788 or 9211308. OLE color: 9211308.

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

Color convert

RGB172141140-
CMYK00.180.190.33
HSL1.88º16.16%61.18%-
HSV(B)1.88º18.6%67.45%-
XYZ31.2729.7128.9-
YUV150.16122.27143.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=37.97%
G=31.13%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214114000.180.190.331.8816.1661.18
HexAC8D8C01213212103d
Octal254215214022234122075
Binary101011001000110110001100010010100111000011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D8C; }

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

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

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

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

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

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

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

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