#AA8566

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

Shades of Medium Wood #AA8566

Tints of Medium Wood #AA8566

Color information

#AA8566 (or 0xAA8566) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 66. RGB value is (170,133,102). Sum of RGB (Red+Green+Blue) = 170+133+102=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8566 is #557A99. Grayscale: #8C8C8C. Windows color (decimal): -5601946 or 6718890. OLE color: 6718890.

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

Color convert

RGB170133102-
CMYK00.220.40.33
HSL27.35º28.57%53.33%-
HSV(B)27.35º40%66.67%-
XYZ27.3626.2816.2-
YUV140.53106.26149.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=41.98%
G=32.84%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013310200.220.40.3327.3528.5753.33
HexAA856601628211b1d35
Octal2522051460265041333565
Binary101010101000010111001100101101010001000011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8566; }

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

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

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

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

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

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

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

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