#AA8369

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

Shades of Medium Wood #AA8369

Tints of Medium Wood #AA8369

Color information

#AA8369 (or 0xAA8369) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 69. RGB value is (170,131,105). Sum of RGB (Red+Green+Blue) = 170+131+105=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8369 is #557C96. Grayscale: #8B8B8B. Windows color (decimal): -5602455 or 6914986. OLE color: 6914986.

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

Color convert

RGB170131105-
CMYK00.230.380.33
HSL24º27.66%53.92%-
HSV(B)24º38.24%66.67%-
XYZ27.2425.816.91-
YUV139.7108.42149.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=41.87%
G=32.27%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013110500.230.380.332427.6653.92
HexAA83690172621181c36
Octal2522031510274641303466
Binary101010101000001111010010101111001101000011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8369; }

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

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

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

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

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

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

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

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