#AC8260

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

Shades of Medium Wood #AC8260

Tints of Medium Wood #AC8260

Color information

#AC8260 (or 0xAC8260) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 60. RGB value is (172,130,96). Sum of RGB (Red+Green+Blue) = 172+130+96=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8260 is #537D9F. Grayscale: #8A8A8A. Windows color (decimal): -5471648 or 6324908. OLE color: 6324908.

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

Color convert

RGB17213096-
CMYK00.240.440.33
HSL26.84º31.4%52.55%-
HSV(B)26.84º44.19%67.45%-
XYZ27.1125.5814.58-
YUV138.68103.91151.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=43.22%
G=32.66%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721309600.240.440.3326.8431.452.55
HexAC82600182C211b1f35
Octal2542021400305441333765
Binary101011001000001011000000110001011001000011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8260; }

 p { color: rgb(172,130,96); }

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

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

 a { background-color: rgb(172,130,96); }

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

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

 span { border-color: rgb(172,130,96); }

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