#AC816A

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

Shades of Medium Wood #AC816A

Tints of Medium Wood #AC816A

Color information

#AC816A (or 0xAC816A) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 6A. RGB value is (172,129,106). Sum of RGB (Red+Green+Blue) = 172+129+106=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816A is #537E95. Grayscale: #8B8B8B. Windows color (decimal): -5471894 or 6980012. OLE color: 6980012.

HSL color Cylindrical-coordinate representation of color #AC816A: hue angle of 20.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC816A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172129106-
CMYK00.250.380.33
HSL20.91º28.45%54.51%-
HSV(B)20.91º38.37%67.45%-
XYZ27.4725.5117.11-
YUV139.23109.25151.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=42.26%
G=31.70%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212910600.250.380.3320.9128.4554.51
HexAC816A0192621151c37
Octal2542011520314641253467
Binary101011001000000111010100110011001101000011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC816A; }

 p { color: rgb(172,129,106); }

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

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

 a { background-color: rgb(172,129,106); }

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

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

 span { border-color: rgb(172,129,106); }

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