#AC855D

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

Shades of Medium Wood #AC855D

Tints of Medium Wood #AC855D

Color information

#AC855D (or 0xAC855D) is unknown color: approx Medium Wood. HEX triplet: AC, 85 and 5D. RGB value is (172,133,93). Sum of RGB (Red+Green+Blue) = 172+133+93=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855D is #537AA2. Grayscale: #8C8C8C. Windows color (decimal): -5470883 or 6129068. OLE color: 6129068.

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

Color convert

RGB17213393-
CMYK00.230.460.33
HSL30.38º32.24%51.96%-
HSV(B)30.38º45.93%67.45%-
XYZ27.3826.3414-
YUV140.1101.42150.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=43.22%
G=33.42%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721339300.230.460.3330.3832.2451.96
HexAC855D0172E211e2034
Octal2542051350275641364064
Binary1010110010000101101110101011110111010000111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC855D; }

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

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

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

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

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

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

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

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