#AA7D59

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

Shades of Medium Wood #AA7D59

Tints of Medium Wood #AA7D59

Color information

#AA7D59 (or 0xAA7D59) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 59. RGB value is (170,125,89). Sum of RGB (Red+Green+Blue) = 170+125+89=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D59 is #5582A6. Grayscale: #868686. Windows color (decimal): -5604007 or 5864874. OLE color: 5864874.

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

Color convert

RGB17012589-
CMYK00.260.480.33
HSL26.67º32.27%50.78%-
HSV(B)26.67º47.65%66.67%-
XYZ25.7123.9312.72-
YUV134.35102.41153.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=44.27%
G=32.55%
B=23.18%

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
Decimal1701258900.260.480.3326.6732.2750.78
HexAA7D5901A30211b2033
Octal2521751310326041334063
Binary101010101111101101100101101011000010000111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D59; }

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

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

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

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

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

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

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

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