#AA7B59

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

Shades of Medium Wood #AA7B59

Tints of Medium Wood #AA7B59

Color information

#AA7B59 (or 0xAA7B59) is unknown color: approx Medium Wood. HEX triplet: AA, 7B and 59. RGB value is (170,123,89). Sum of RGB (Red+Green+Blue) = 170+123+89=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B59 is #5584A6. Grayscale: #858585. Windows color (decimal): -5604519 or 5864362. OLE color: 5864362.

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

Color convert

RGB17012389-
CMYK00.280.480.33
HSL25.19º32.27%50.78%-
HSV(B)25.19º47.65%66.67%-
XYZ25.4623.4312.63-
YUV133.18103.07154.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=44.50%
G=32.20%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701238900.280.480.3325.1932.2750.78
HexAA7B5901C3021192033
Octal2521731310346041314063
Binary101010101111011101100101110011000010000111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B59; }

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

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

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

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

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

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

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

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