#AC8270

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

Shades of Medium Wood #AC8270

Tints of Medium Wood #AC8270

Color information

#AC8270 (or 0xAC8270) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 70. RGB value is (172,130,112). Sum of RGB (Red+Green+Blue) = 172+130+112=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8270 is #537D8F. Grayscale: #8C8C8C. Windows color (decimal): -5471632 or 7373484. OLE color: 7373484.

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

Color convert

RGB172130112-
CMYK00.240.350.33
HSL18º26.55%55.69%-
HSV(B)18º34.88%67.45%-
XYZ27.9225.9118.86-
YUV140.51111.91150.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=41.55%
G=31.40%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011200.240.350.331826.5555.69
HexAC82700182321121b38
Octal2542021600304341223370
Binary101011001000001011100000110001000111000011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8270; }

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

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

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

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

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

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

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

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