#AC8F85

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

Shades of Thatch #AC8F85

Tints of Thatch #AC8F85

Color information

#AC8F85 (or 0xAC8F85) is unknown color: approx Thatch. HEX triplet: AC, 8F and 85. RGB value is (172,143,133). Sum of RGB (Red+Green+Blue) = 172+143+133=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F85 is #53707A. Grayscale: #969696. Windows color (decimal): -5468283 or 8753068. OLE color: 8753068.

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

Color convert

RGB172143133-
CMYK00.170.230.33
HSL15.38º19.02%59.8%-
HSV(B)15.38º22.67%67.45%-
XYZ31.0730.1126.36-
YUV150.53118.11143.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=38.39%
G=31.92%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214313300.170.230.3315.3819.0259.8
HexAC8F850111721f133c
Octal2542172050212741172374
Binary10101100100011111000010101000110111100001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F85; }

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

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

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

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

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

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

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

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