#AA7D61

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

Shades of Medium Wood #AA7D61

Tints of Medium Wood #AA7D61

Color information

#AA7D61 (or 0xAA7D61) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 61. RGB value is (170,125,97). Sum of RGB (Red+Green+Blue) = 170+125+97=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D61 is #55829E. Grayscale: #878787. Windows color (decimal): -5603999 or 6389162. OLE color: 6389162.

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

Color convert

RGB17012597-
CMYK00.260.430.33
HSL23.01º30.04%52.35%-
HSV(B)23.01º42.94%66.67%-
XYZ26.0724.0814.58-
YUV135.26106.41152.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=43.37%
G=31.89%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701259700.260.430.3323.0130.0452.35
HexAA7D6101A2B21171e34
Octal2521751410325341273664
Binary10101010111110111000010110101010111000011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D61; }

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

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

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

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

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

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

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

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