#AA7964

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

Shades of Medium Wood #AA7964

Tints of Medium Wood #AA7964

Color information

#AA7964 (or 0xAA7964) is unknown color: approx Medium Wood. HEX triplet: AA, 79 and 64. RGB value is (170,121,100). Sum of RGB (Red+Green+Blue) = 170+121+100=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7964 is #55869B. Grayscale: #858585. Windows color (decimal): -5605020 or 6584746. OLE color: 6584746.

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

Color convert

RGB170121100-
CMYK00.290.410.33
HSL18º29.17%52.94%-
HSV(B)18º41.18%66.67%-
XYZ25.7223.1415.17-
YUV133.26109.23154.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=43.48%
G=30.95%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012110000.290.410.331829.1752.94
HexAA796401D2921121d35
Octal2521711440355141223565
Binary10101010111100111001000111011010011000011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7964; }

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

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

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

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

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

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

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

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