#AA7C56

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

Shades of Medium Wood #AA7C56

Tints of Medium Wood #AA7C56

Color information

#AA7C56 (or 0xAA7C56) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 56. RGB value is (170,124,86). Sum of RGB (Red+Green+Blue) = 170+124+86=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C56 is #5583A9. Grayscale: #858585. Windows color (decimal): -5604266 or 5668010. OLE color: 5668010.

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

Color convert

RGB17012486-
CMYK00.270.490.33
HSL27.14º33.07%50.2%-
HSV(B)27.14º49.41%66.67%-
XYZ25.4623.6312.02-
YUV133.42101.24154.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=44.74%
G=32.63%
B=22.63%

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
Decimal1701248600.270.490.3327.1433.0750.2
HexAA7C5601B31211b2132
Octal2521741260336141334162
Binary101010101111100101011001101111000110000111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C56; }

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

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

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

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

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

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

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

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