#AA7C64

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

Shades of Medium Wood #AA7C64

Tints of Medium Wood #AA7C64

Color information

#AA7C64 (or 0xAA7C64) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 64. RGB value is (170,124,100). Sum of RGB (Red+Green+Blue) = 170+124+100=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C64 is #55839B. Grayscale: #878787. Windows color (decimal): -5604252 or 6585514. OLE color: 6585514.

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

Color convert

RGB170124100-
CMYK00.270.410.33
HSL20.57º29.17%52.94%-
HSV(B)20.57º41.18%66.67%-
XYZ26.0923.8815.29-
YUV135.02108.24152.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=43.15%
G=31.47%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012410000.270.410.3320.5729.1752.94
HexAA7C6401B2921151d35
Octal2521741440335141253565
Binary10101010111110011001000110111010011000011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C64; }

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

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

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

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

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

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

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

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