#AC8D84

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

Shades of Thatch #AC8D84

Tints of Thatch #AC8D84

Color information

#AC8D84 (or 0xAC8D84) is unknown color: approx Thatch. HEX triplet: AC, 8D and 84. RGB value is (172,141,132). Sum of RGB (Red+Green+Blue) = 172+141+132=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D84 is #53727B. Grayscale: #959595. Windows color (decimal): -5468796 or 8687020. OLE color: 8687020.

HSL color Cylindrical-coordinate representation of color #AC8D84: hue angle of 13.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8D84 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172141132-
CMYK00.180.230.33
HSL13.5º19.42%59.61%-
HSV(B)13.5º23.26%67.45%-
XYZ30.729.4925.9-
YUV149.24118.27144.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=38.65%
G=31.69%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214113200.180.230.3313.519.4259.61
HexAC8D840121721e133c
Octal2542152040222741162374
Binary10101100100011011000010001001010111100001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D84; }

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

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

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

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

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

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

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

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