#AC785A

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

Shades of Medium Wood #AC785A

Tints of Medium Wood #AC785A

Color information

#AC785A (or 0xAC785A) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 5A. RGB value is (172,120,90). Sum of RGB (Red+Green+Blue) = 172+120+90=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC785A is #5387A5. Grayscale: #848484. Windows color (decimal): -5474214 or 5929132. OLE color: 5929132.

HSL color Cylindrical-coordinate representation of color #AC785A: hue angle of 21.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC785A is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17212090-
CMYK00.300.480.33
HSL21.95º33.06%51.37%-
HSV(B)21.95º47.67%67.45%-
XYZ25.5822.9412.75-
YUV132.13104.23156.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=45.03%
G=31.41%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721209000.300.480.3321.9533.0651.37
HexAC785A01E3021162133
Octal2541701320366041264163
Binary101011001111000101101001111011000010000110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC785A; }

 p { color: rgb(172,120,90); }

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

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

 a { background-color: rgb(172,120,90); }

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

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

 span { border-color: rgb(172,120,90); }

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