#AA8569

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

Shades of Medium Wood #AA8569

Tints of Medium Wood #AA8569

Color information

#AA8569 (or 0xAA8569) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 69. RGB value is (170,133,105). Sum of RGB (Red+Green+Blue) = 170+133+105=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8569 is #557A96. Grayscale: #8D8D8D. Windows color (decimal): -5601943 or 6915498. OLE color: 6915498.

HSL color Cylindrical-coordinate representation of color #AA8569: hue angle of 25.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8569 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170133105-
CMYK00.220.380.33
HSL25.85º27.66%53.92%-
HSV(B)25.85º38.24%66.67%-
XYZ27.5126.3417-
YUV140.87107.76148.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=41.67%
G=32.60%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013310500.220.380.3325.8527.6653.92
HexAA856901626211a1c36
Octal2522051510264641323466
Binary101010101000010111010010101101001101000011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8569; }

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

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

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

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

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

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

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

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