#AC7E6D

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

Shades of Medium Wood #AC7E6D

Tints of Medium Wood #AC7E6D

Color information

#AC7E6D (or 0xAC7E6D) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 6D. RGB value is (172,126,109). Sum of RGB (Red+Green+Blue) = 172+126+109=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6D is #538192. Grayscale: #898989. Windows color (decimal): -5472659 or 7175852. OLE color: 7175852.

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

Color convert

RGB172126109-
CMYK00.270.370.33
HSL16.19º27.51%55.1%-
HSV(B)16.19º36.63%67.45%-
XYZ27.2324.817.82-
YUV137.82111.74152.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=42.26%
G=30.96%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212610900.270.370.3316.1927.5155.1
HexAC7E6D01B2521101c37
Octal2541761550334541203467
Binary10101100111111011011010110111001011000011000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E6D; }

 p { color: rgb(172,126,109); }

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

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

 a { background-color: rgb(172,126,109); }

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

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

 span { border-color: rgb(172,126,109); }

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