#AC8F8E

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

Shades of Thatch #AC8F8E

Tints of Thatch #AC8F8E

Color information

#AC8F8E (or 0xAC8F8E) is unknown color: approx Thatch. HEX triplet: AC, 8F and 8E. RGB value is (172,143,142). Sum of RGB (Red+Green+Blue) = 172+143+142=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8E is #537071. Grayscale: #979797. Windows color (decimal): -5468274 or 9342892. OLE color: 9342892.

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

Color convert

RGB172143142-
CMYK00.170.170.33
HSL15.31%61.57%-
HSV(B)17.44%67.45%-
XYZ31.7230.3729.78-
YUV151.56122.61142.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=37.64%
G=31.29%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214314200.170.170.33215.3161.57
HexAC8F8E01111212f3e
Octal254217216021214121776
Binary10101100100011111000111001000110001100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F8E; }

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

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

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

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

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

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

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

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