#AA8666

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

Shades of Medium Wood #AA8666

Tints of Medium Wood #AA8666

Color information

#AA8666 (or 0xAA8666) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 66. RGB value is (170,134,102). Sum of RGB (Red+Green+Blue) = 170+134+102=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8666 is #557999. Grayscale: #8D8D8D. Windows color (decimal): -5601690 or 6719146. OLE color: 6719146.

HSL color Cylindrical-coordinate representation of color #AA8666: hue angle of 28.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8666 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170134102-
CMYK00.210.40.33
HSL28.24º28.57%53.33%-
HSV(B)28.24º40%66.67%-
XYZ27.526.5616.25-
YUV141.12105.93148.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=41.87%
G=33.00%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013410200.210.40.3328.2428.5753.33
HexAA866601528211c1d35
Octal2522061460255041343565
Binary101010101000011011001100101011010001000011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8666; }

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

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

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

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

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

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

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

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