#AA806A

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

Shades of Medium Wood #AA806A

Tints of Medium Wood #AA806A

Color information

#AA806A (or 0xAA806A) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 6A. RGB value is (170,128,106). Sum of RGB (Red+Green+Blue) = 170+128+106=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806A is #557F95. Grayscale: #8A8A8A. Windows color (decimal): -5603222 or 6979754. OLE color: 6979754.

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

Color convert

RGB170128106-
CMYK00.250.380.33
HSL20.63º27.35%54.12%-
HSV(B)20.63º37.65%66.67%-
XYZ26.925.0317.05-
YUV138.05109.91150.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=42.08%
G=31.68%
B=26.24%

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
Decimal17012810600.250.380.3320.6327.3554.12
HexAA806A0192621151b36
Octal2522001520314641253366
Binary101010101000000011010100110011001101000011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA806A; }

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

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

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

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

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

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

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

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