#AC835E

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

Shades of Medium Wood #AC835E

Tints of Medium Wood #AC835E

Color information

#AC835E (or 0xAC835E) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 5E. RGB value is (172,131,94). Sum of RGB (Red+Green+Blue) = 172+131+94=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835E is #537CA1. Grayscale: #8B8B8B. Windows color (decimal): -5471394 or 6194092. OLE color: 6194092.

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

Color convert

RGB17213194-
CMYK00.240.450.33
HSL28.46º31.97%52.16%-
HSV(B)28.46º45.35%67.45%-
XYZ27.1525.8114.14-
YUV139.04102.58151.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=43.32%
G=33.00%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721319400.240.450.3328.4631.9752.16
HexAC835E0182D211c2034
Octal2542031360305541344064
Binary1010110010000011101111001100010110110000111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC835E; }

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

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

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

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

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

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

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

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