#AC805A

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

Shades of Medium Wood #AC805A

Tints of Medium Wood #AC805A

Color information

#AC805A (or 0xAC805A) is unknown color: approx Medium Wood. HEX triplet: AC, 80 and 5A. RGB value is (172,128,90). Sum of RGB (Red+Green+Blue) = 172+128+90=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805A is #537FA5. Grayscale: #898989. Windows color (decimal): -5472166 or 5931180. OLE color: 5931180.

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

Color convert

RGB17212890-
CMYK00.260.480.33
HSL27.8º33.06%51.37%-
HSV(B)27.8º47.67%67.45%-
XYZ26.5824.9513.09-
YUV136.82101.58153.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=44.10%
G=32.82%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721289000.260.480.3327.833.0651.37
HexAC805A01A30211c2133
Octal2542001320326041344163
Binary1010110010000000101101001101011000010000111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC805A; }

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

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

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

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

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

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

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

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