#AC7E65

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

Shades of Medium Wood #AC7E65

Tints of Medium Wood #AC7E65

Color information

#AC7E65 (or 0xAC7E65) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 65. RGB value is (172,126,101). Sum of RGB (Red+Green+Blue) = 172+126+101=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E65 is #53819A. Grayscale: #898989. Windows color (decimal): -5472667 or 6651564. OLE color: 6651564.

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

Color convert

RGB172126101-
CMYK00.270.410.33
HSL21.13º29.96%53.53%-
HSV(B)21.13º41.28%67.45%-
XYZ26.8224.6315.65-
YUV136.9107.74153.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=43.11%
G=31.58%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212610100.270.410.3321.1329.9653.53
HexAC7E6501B2921151e36
Octal2541761450335141253666
Binary10101100111111011001010110111010011000011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E65; }

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

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

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

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

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

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

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

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