#AA7D6E

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

Shades of Medium Wood #AA7D6E

Tints of Medium Wood #AA7D6E

Color information

#AA7D6E (or 0xAA7D6E) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 6E. RGB value is (170,125,110). Sum of RGB (Red+Green+Blue) = 170+125+110=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D6E is #558291. Grayscale: #888888. Windows color (decimal): -5603986 or 7241130. OLE color: 7241130.

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

Color convert

RGB170125110-
CMYK00.260.350.33
HSL15º26.09%54.9%-
HSV(B)15º35.29%66.67%-
XYZ26.7324.3418.04-
YUV136.74112.91151.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=41.98%
G=30.86%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012511000.260.350.331526.0954.9
HexAA7D6E01A2321f1a37
Octal2521751560324341173267
Binary1010101011111011101110011010100011100001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D6E; }

 p { color: rgb(170,125,110); }

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

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

 a { background-color: rgb(170,125,110); }

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

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

 span { border-color: rgb(170,125,110); }

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