#AC816F

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

Shades of Medium Wood #AC816F

Tints of Medium Wood #AC816F

Color information

#AC816F (or 0xAC816F) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 6F. RGB value is (172,129,111). Sum of RGB (Red+Green+Blue) = 172+129+111=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816F is #537E90. Grayscale: #8B8B8B. Windows color (decimal): -5471889 or 7307692. OLE color: 7307692.

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

Color convert

RGB172129111-
CMYK00.250.350.33
HSL17.7º26.87%55.49%-
HSV(B)17.7º35.47%67.45%-
XYZ27.7325.6218.52-
YUV139.8111.75150.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=41.75%
G=31.31%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212911100.250.350.3317.726.8755.49
HexAC816F0192321121b37
Octal2542011570314341223367
Binary101011001000000111011110110011000111000011001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC816F; }

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

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

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

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

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

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

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

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