#AA7C57

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

Shades of Medium Wood #AA7C57

Tints of Medium Wood #AA7C57

Color information

#AA7C57 (or 0xAA7C57) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 57. RGB value is (170,124,87). Sum of RGB (Red+Green+Blue) = 170+124+87=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C57 is #5583A8. Grayscale: #858585. Windows color (decimal): -5604265 or 5733546. OLE color: 5733546.

HSL color Cylindrical-coordinate representation of color #AA7C57: hue angle of 26.75º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7C57 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17012487-
CMYK00.270.490.33
HSL26.75º32.81%50.39%-
HSV(B)26.75º48.82%66.67%-
XYZ25.5123.6512.24-
YUV133.54101.74154.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=44.62%
G=32.55%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701248700.270.490.3326.7532.8150.39
HexAA7C5701B31211b2132
Octal2521741270336141334162
Binary101010101111100101011101101111000110000111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C57; }

 p { color: rgb(170,124,87); }

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

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

 a { background-color: rgb(170,124,87); }

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

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

 span { border-color: rgb(170,124,87); }

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