#AC7E69

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

Shades of Medium Wood #AC7E69

Tints of Medium Wood #AC7E69

Color information

#AC7E69 (or 0xAC7E69) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 69. RGB value is (172,126,105). Sum of RGB (Red+Green+Blue) = 172+126+105=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E69 is #538196. Grayscale: #898989. Windows color (decimal): -5472663 or 6913708. OLE color: 6913708.

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

Color convert

RGB172126105-
CMYK00.270.390.33
HSL18.81º28.76%54.31%-
HSV(B)18.81º38.95%67.45%-
XYZ27.0224.7116.71-
YUV137.36109.74152.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=42.68%
G=31.27%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212610500.270.390.3318.8128.7654.31
HexAC7E6901B2721131d36
Octal2541761510334741233566
Binary10101100111111011010010110111001111000011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E69; }

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

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

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

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

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

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

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

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