#AC8265

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

Shades of Medium Wood #AC8265

Tints of Medium Wood #AC8265

Color information

#AC8265 (or 0xAC8265) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 65. RGB value is (172,130,101). Sum of RGB (Red+Green+Blue) = 172+130+101=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8265 is #537D9A. Grayscale: #8B8B8B. Windows color (decimal): -5471643 or 6652588. OLE color: 6652588.

HSL color Cylindrical-coordinate representation of color #AC8265: hue angle of 24.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8265 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172130101-
CMYK00.240.410.33
HSL24.51º29.96%53.53%-
HSV(B)24.51º41.28%67.45%-
XYZ27.3425.6815.83-
YUV139.25106.41151.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=42.68%
G=32.26%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213010100.240.410.3324.5129.9653.53
HexAC82650182921191e36
Octal2542021450305141313666
Binary101011001000001011001010110001010011000011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8265; }

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

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

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

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

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

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

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

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