#AC8761

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

Shades of Medium Wood #AC8761

Tints of Medium Wood #AC8761

Color information

#AC8761 (or 0xAC8761) is unknown color: approx Medium Wood. HEX triplet: AC, 87 and 61. RGB value is (172,135,97). Sum of RGB (Red+Green+Blue) = 172+135+97=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8761 is #53789E. Grayscale: #8D8D8D. Windows color (decimal): -5470367 or 6391724. OLE color: 6391724.

HSL color Cylindrical-coordinate representation of color #AC8761: hue angle of 30.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8761 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17213597-
CMYK00.220.440.33
HSL30.4º31.12%52.75%-
HSV(B)30.4º43.6%67.45%-
XYZ27.8326.9615.05-
YUV141.73102.76149.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=42.57%
G=33.42%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721359700.220.440.3330.431.1252.75
HexAC87610162C211e1f35
Octal2542071410265441363765
Binary101011001000011111000010101101011001000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8761; }

 p { color: rgb(172,135,97); }

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

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

 a { background-color: rgb(172,135,97); }

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

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

 span { border-color: rgb(172,135,97); }

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