#AC806D

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

Shades of Medium Wood #AC806D

Tints of Medium Wood #AC806D

Color information

#AC806D (or 0xAC806D) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 6D. RGB value is (172,128,109). Sum of RGB (Red+Green+Blue) = 172+128+109=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806D is #537F92. Grayscale: #8B8B8B. Windows color (decimal): -5472147 or 7176364. OLE color: 7176364.

HSL color Cylindrical-coordinate representation of color #AC806D: hue angle of 18.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC806D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172128109-
CMYK00.260.370.33
HSL18.1º27.51%55.1%-
HSV(B)18.1º36.63%67.45%-
XYZ27.4925.3117.9-
YUV138.99111.08151.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=42.05%
G=31.30%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212810900.260.370.3318.127.5155.1
HexAC806D01A2521121c37
Octal2542001550324541223467
Binary101011001000000011011010110101001011000011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC806D; }

 p { color: rgb(172,128,109); }

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

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

 a { background-color: rgb(172,128,109); }

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

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

 span { border-color: rgb(172,128,109); }

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