#AC835D

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

Shades of Medium Wood #AC835D

Tints of Medium Wood #AC835D

Color information

#AC835D (or 0xAC835D) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 5D. RGB value is (172,131,93). Sum of RGB (Red+Green+Blue) = 172+131+93=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835D is #537CA2. Grayscale: #8B8B8B. Windows color (decimal): -5471395 or 6128556. OLE color: 6128556.

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

Color convert

RGB17213193-
CMYK00.240.460.33
HSL28.86º32.24%51.96%-
HSV(B)28.86º45.93%67.45%-
XYZ27.1125.7913.91-
YUV138.93102.08151.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=43.43%
G=33.08%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721319300.240.460.3328.8632.2451.96
HexAC835D0182E211d2034
Octal2542031350305641354064
Binary1010110010000011101110101100010111010000111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC835D; }

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

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

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

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

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

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

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

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