#AC805B

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

Shades of Medium Wood #AC805B

Tints of Medium Wood #AC805B

Color information

#AC805B (or 0xAC805B) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 5B. RGB value is (172,128,91). Sum of RGB (Red+Green+Blue) = 172+128+91=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805B is #537FA4. Grayscale: #898989. Windows color (decimal): -5472165 or 5996716. OLE color: 5996716.

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

Color convert

RGB17212891-
CMYK00.260.470.33
HSL27.41º32.79%51.57%-
HSV(B)27.41º47.09%67.45%-
XYZ26.6224.9613.31-
YUV136.94102.08153.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=43.99%
G=32.74%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721289100.260.470.3327.4132.7951.57
HexAC805B01A2F211b2134
Octal2542001330325741334164
Binary1010110010000000101101101101010111110000111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC805B; }

 p { color: rgb(172,128,91); }

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

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

 a { background-color: rgb(172,128,91); }

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

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

 span { border-color: rgb(172,128,91); }

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