#AA816A

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

Shades of Medium Wood #AA816A

Tints of Medium Wood #AA816A

Color information

#AA816A (or 0xAA816A) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 6A. RGB value is (170,129,106). Sum of RGB (Red+Green+Blue) = 170+129+106=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816A is #557E95. Grayscale: #8A8A8A. Windows color (decimal): -5602966 or 6980010. OLE color: 6980010.

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

Color convert

RGB170129106-
CMYK00.240.380.33
HSL21.56º27.35%54.12%-
HSV(B)21.56º37.65%66.67%-
XYZ27.0325.2917.09-
YUV138.64109.58150.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=41.98%
G=31.85%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012910600.240.380.3321.5627.3554.12
HexAA816A0182621161b36
Octal2522011520304641263366
Binary101010101000000111010100110001001101000011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA816A; }

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

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

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

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

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

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

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

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