#AC8067

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

Shades of Medium Wood #AC8067

Tints of Medium Wood #AC8067

Color information

#AC8067 (or 0xAC8067) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 67. RGB value is (172,128,103). Sum of RGB (Red+Green+Blue) = 172+128+103=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8067 is #537F98. Grayscale: #8A8A8A. Windows color (decimal): -5472153 or 6783148. OLE color: 6783148.

HSL color Cylindrical-coordinate representation of color #AC8067: hue angle of 21.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8067 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172128103-
CMYK00.260.400.33
HSL21.74º29.36%53.92%-
HSV(B)21.74º40.12%67.45%-
XYZ27.1825.1916.26-
YUV138.31108.08152.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=42.68%
G=31.76%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212810300.260.400.3321.7429.3653.92
HexAC806701A2821161d36
Octal2542001470325041263566
Binary101011001000000011001110110101010001000011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8067; }

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

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

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

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

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

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

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

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