#AA8059

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

Shades of Medium Wood #AA8059

Tints of Medium Wood #AA8059

Color information

#AA8059 (or 0xAA8059) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 59. RGB value is (170,128,89). Sum of RGB (Red+Green+Blue) = 170+128+89=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8059 is #557FA6. Grayscale: #888888. Windows color (decimal): -5603239 or 5865642. OLE color: 5865642.

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

Color convert

RGB17012889-
CMYK00.250.480.33
HSL28.89º32.27%50.78%-
HSV(B)28.89º47.65%66.67%-
XYZ26.124.7112.84-
YUV136.11101.41152.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=43.93%
G=33.07%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701288900.250.480.3328.8932.2750.78
HexAA805901930211d2033
Octal2522001310316041354063
Binary1010101010000000101100101100111000010000111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8059; }

 p { color: rgb(170,128,89); }

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

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

 a { background-color: rgb(170,128,89); }

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

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

 span { border-color: rgb(170,128,89); }

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