#AC8D8A

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

Shades of Thatch #AC8D8A

Tints of Thatch #AC8D8A

Color information

#AC8D8A (or 0xAC8D8A) is unknown color: approx Thatch. HEX triplet: AC, 8D and 8A. RGB value is (172,141,138). Sum of RGB (Red+Green+Blue) = 172+141+138=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D8A is #537275. Grayscale: #959595. Windows color (decimal): -5468790 or 9080236. OLE color: 9080236.

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

Color convert

RGB172141138-
CMYK00.180.200.33
HSL5.29º17%60.78%-
HSV(B)5.29º19.77%67.45%-
XYZ31.1329.6628.13-
YUV149.93121.27143.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=38.14%
G=31.26%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214113800.180.200.335.291760.78
HexAC8D8A01214215113d
Octal254215212022244152175
Binary1010110010001101100010100100101010010000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D8A; }

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

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

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

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

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

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

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

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