#AA8069

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

Shades of Medium Wood #AA8069

Tints of Medium Wood #AA8069

Color information

#AA8069 (or 0xAA8069) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 69. RGB value is (170,128,105). Sum of RGB (Red+Green+Blue) = 170+128+105=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8069 is #557F96. Grayscale: #8A8A8A. Windows color (decimal): -5603223 or 6914218. OLE color: 6914218.

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

Color convert

RGB170128105-
CMYK00.250.380.33
HSL21.23º27.66%53.92%-
HSV(B)21.23º38.24%66.67%-
XYZ26.852516.78-
YUV137.94109.41150.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=42.18%
G=31.76%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012810500.250.380.3321.2327.6653.92
HexAA80690192621151c36
Octal2522001510314641253466
Binary101010101000000011010010110011001101000011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8069; }

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

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

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

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

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

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

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

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