#AA8469

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

Shades of Medium Wood #AA8469

Tints of Medium Wood #AA8469

Color information

#AA8469 (or 0xAA8469) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 69. RGB value is (170,132,105). Sum of RGB (Red+Green+Blue) = 170+132+105=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8469 is #557B96. Grayscale: #8C8C8C. Windows color (decimal): -5602199 or 6915242. OLE color: 6915242.

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

Color convert

RGB170132105-
CMYK00.220.380.33
HSL24.92º27.66%53.92%-
HSV(B)24.92º38.24%66.67%-
XYZ27.3826.0716.95-
YUV140.28108.09149.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=41.77%
G=32.43%
B=25.80%

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
Decimal17013210500.220.380.3324.9227.6653.92
HexAA84690162621191c36
Octal2522041510264641313466
Binary101010101000010011010010101101001101000011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8469; }

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

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

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

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

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

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

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

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