#AA7E59

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

Shades of Medium Wood #AA7E59

Tints of Medium Wood #AA7E59

Color information

#AA7E59 (or 0xAA7E59) is unknown color: approx Medium Wood. HEX triplet: AA, 7E and 59. RGB value is (170,126,89). Sum of RGB (Red+Green+Blue) = 170+126+89=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E59 is #5581A6. Grayscale: #878787. Windows color (decimal): -5603751 or 5865130. OLE color: 5865130.

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

Color convert

RGB17012689-
CMYK00.260.480.33
HSL27.41º32.27%50.78%-
HSV(B)27.41º47.65%66.67%-
XYZ25.8424.1912.76-
YUV134.94102.08153.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=44.16%
G=32.73%
B=23.12%

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
Decimal1701268900.260.480.3327.4132.2750.78
HexAA7E5901A30211b2033
Octal2521761310326041334063
Binary101010101111110101100101101011000010000111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E59; }

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

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

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

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

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

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

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

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