#AA7C61

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

Shades of Medium Wood #AA7C61

Tints of Medium Wood #AA7C61

Color information

#AA7C61 (or 0xAA7C61) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 61. RGB value is (170,124,97). Sum of RGB (Red+Green+Blue) = 170+124+97=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C61 is #55839E. Grayscale: #868686. Windows color (decimal): -5604255 or 6388906. OLE color: 6388906.

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

Color convert

RGB17012497-
CMYK00.270.430.33
HSL22.19º30.04%52.35%-
HSV(B)22.19º42.94%66.67%-
XYZ25.9423.8214.54-
YUV134.68106.74153.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=43.48%
G=31.71%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701249700.270.430.3322.1930.0452.35
HexAA7C6101B2B21161e34
Octal2521741410335341263664
Binary10101010111110011000010110111010111000011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C61; }

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

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

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

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

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

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

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

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