#AA8661

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

Shades of Medium Wood #AA8661

Tints of Medium Wood #AA8661

Color information

#AA8661 (or 0xAA8661) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 61. RGB value is (170,134,97). Sum of RGB (Red+Green+Blue) = 170+134+97=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8661 is #55799E. Grayscale: #8C8C8C. Windows color (decimal): -5601695 or 6391466. OLE color: 6391466.

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

Color convert

RGB17013497-
CMYK00.210.430.33
HSL30.41º30.04%52.35%-
HSV(B)30.41º42.94%66.67%-
XYZ27.2626.4614.98-
YUV140.55103.43149.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=42.39%
G=33.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701349700.210.430.3330.4130.0452.35
HexAA86610152B211e1e34
Octal2522061410255341363664
Binary101010101000011011000010101011010111000011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8661; }

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

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

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

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

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

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

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

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