#AC806F

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

Shades of Medium Wood #AC806F

Tints of Medium Wood #AC806F

Color information

#AC806F (or 0xAC806F) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 6F. RGB value is (172,128,111). Sum of RGB (Red+Green+Blue) = 172+128+111=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806F is #537F90. Grayscale: #8B8B8B. Windows color (decimal): -5472145 or 7307436. OLE color: 7307436.

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

Color convert

RGB172128111-
CMYK00.260.350.33
HSL16.72º26.87%55.49%-
HSV(B)16.72º35.47%67.45%-
XYZ27.625.3618.48-
YUV139.22112.08151.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=41.85%
G=31.14%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212811100.260.350.3316.7226.8755.49
HexAC806F01A2321111b37
Octal2542001570324341213367
Binary101011001000000011011110110101000111000011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC806F; }

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

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

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

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

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

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

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

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