#AC836A

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

Shades of Medium Wood #AC836A

Tints of Medium Wood #AC836A

Color information

#AC836A (or 0xAC836A) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 6A. RGB value is (172,131,106). Sum of RGB (Red+Green+Blue) = 172+131+106=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC836A is #537C95. Grayscale: #8C8C8C. Windows color (decimal): -5471382 or 6980524. OLE color: 6980524.

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

Color convert

RGB172131106-
CMYK00.240.380.33
HSL22.73º28.45%54.51%-
HSV(B)22.73º38.37%67.45%-
XYZ27.7326.0417.2-
YUV140.41108.58150.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=42.05%
G=32.03%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213110600.240.380.3322.7328.4554.51
HexAC836A0182621171c37
Octal2542031520304641273467
Binary101011001000001111010100110001001101000011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC836A; }

 p { color: rgb(172,131,106); }

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

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

 a { background-color: rgb(172,131,106); }

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

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

 span { border-color: rgb(172,131,106); }

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