#AC8368

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

Shades of Medium Wood #AC8368

Tints of Medium Wood #AC8368

Color information

#AC8368 (or 0xAC8368) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 68. RGB value is (172,131,104). Sum of RGB (Red+Green+Blue) = 172+131+104=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8368 is #537C97. Grayscale: #8C8C8C. Windows color (decimal): -5471384 or 6849452. OLE color: 6849452.

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

Color convert

RGB172131104-
CMYK00.240.400.33
HSL23.82º29.06%54.12%-
HSV(B)23.82º39.53%67.45%-
XYZ27.632616.66-
YUV140.18107.58150.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=42.26%
G=32.19%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213110400.240.400.3323.8229.0654.12
HexAC83680182821181d36
Octal2542031500305041303566
Binary101011001000001111010000110001010001000011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8368; }

 p { color: rgb(172,131,104); }

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

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

 a { background-color: rgb(172,131,104); }

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

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

 span { border-color: rgb(172,131,104); }

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