#AC826D

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

Shades of Medium Wood #AC826D

Tints of Medium Wood #AC826D

Color information

#AC826D (or 0xAC826D) is unknown color: approx Medium Wood. HEX triplet: AC, 82 and 6D. RGB value is (172,130,109). Sum of RGB (Red+Green+Blue) = 172+130+109=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC826D is #537D92. Grayscale: #8C8C8C. Windows color (decimal): -5471635 or 7176876. OLE color: 7176876.

HSL color Cylindrical-coordinate representation of color #AC826D: hue angle of 20º 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 #AC826D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172130109-
CMYK00.240.370.33
HSL20º27.51%55.1%-
HSV(B)20º36.63%67.45%-
XYZ27.7625.8417.99-
YUV140.16110.41150.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=41.85%
G=31.63%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213010900.240.370.332027.5155.1
HexAC826D0182521141c37
Octal2542021550304541243467
Binary101011001000001011011010110001001011000011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC826D; }

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

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

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

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

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

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

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

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