#AC8985

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

Shades of Thatch #AC8985

Tints of Thatch #AC8985

Color information

#AC8985 (or 0xAC8985) is unknown color: approx Thatch. HEX triplet: AC, 89 and 85. RGB value is (172,137,133). Sum of RGB (Red+Green+Blue) = 172+137+133=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8985 is #53767A. Grayscale: #939393. Windows color (decimal): -5469819 or 8751532. OLE color: 8751532.

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

Color convert

RGB172137133-
CMYK00.200.230.33
HSL6.15º19.02%59.8%-
HSV(B)6.15º22.67%67.45%-
XYZ30.1928.3626.07-
YUV147.01120.1145.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=38.91%
G=31.00%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713300.200.230.336.1519.0259.8
HexAC898501417216133c
Octal254211205024274162374
Binary1010110010001001100001010101001011110000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8985; }

 p { color: rgb(172,137,133); }

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

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

 a { background-color: rgb(172,137,133); }

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

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

 span { border-color: rgb(172,137,133); }

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