#AC8061

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

Shades of Medium Wood #AC8061

Tints of Medium Wood #AC8061

Color information

#AC8061 (or 0xAC8061) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 61. RGB value is (172,128,97). Sum of RGB (Red+Green+Blue) = 172+128+97=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8061 is #537F9E. Grayscale: #898989. Windows color (decimal): -5472159 or 6389932. OLE color: 6389932.

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

Color convert

RGB17212897-
CMYK00.260.440.33
HSL24.8º31.12%52.75%-
HSV(B)24.8º43.6%67.45%-
XYZ26.8925.0714.73-
YUV137.62105.08152.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=43.32%
G=32.24%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721289700.260.440.3324.831.1252.75
HexAC806101A2C21191f35
Octal2542001410325441313765
Binary101011001000000011000010110101011001000011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8061; }

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

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

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

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

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

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

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

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