#AA7F6D

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

Shades of Medium Wood #AA7F6D

Tints of Medium Wood #AA7F6D

Color information

#AA7F6D (or 0xAA7F6D) is unknown color: approx Medium Wood. HEX triplet: AA, 7F and 6D. RGB value is (170,127,109). Sum of RGB (Red+Green+Blue) = 170+127+109=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F6D is #558092. Grayscale: #898989. Windows color (decimal): -5603475 or 7176106. OLE color: 7176106.

HSL color Cylindrical-coordinate representation of color #AA7F6D: hue angle of 17.7º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7F6D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170127109-
CMYK00.250.360.33
HSL17.7º26.41%54.71%-
HSV(B)17.7º35.88%66.67%-
XYZ26.9324.8317.84-
YUV137.8111.75150.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=41.87%
G=31.28%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012710900.250.360.3317.726.4154.71
HexAA7F6D0192421121a37
Octal2521771550314441223267
Binary10101010111111111011010110011001001000011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F6D; }

 p { color: rgb(170,127,109); }

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

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

 a { background-color: rgb(170,127,109); }

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

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

 span { border-color: rgb(170,127,109); }

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