#AA816D

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

Shades of Medium Wood #AA816D

Tints of Medium Wood #AA816D

Color information

#AA816D (or 0xAA816D) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 6D. RGB value is (170,129,109). Sum of RGB (Red+Green+Blue) = 170+129+109=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816D is #557E92. Grayscale: #8B8B8B. Windows color (decimal): -5602963 or 7176618. OLE color: 7176618.

HSL color Cylindrical-coordinate representation of color #AA816D: hue angle of 19.67º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA816D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170129109-
CMYK00.240.360.33
HSL19.67º26.41%54.71%-
HSV(B)19.67º35.88%66.67%-
XYZ27.1925.3517.93-
YUV138.98111.08150.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=41.67%
G=31.62%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012910900.240.360.3319.6726.4154.71
HexAA816D0182421141a37
Octal2522011550304441243267
Binary101010101000000111011010110001001001000011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA816D; }

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

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

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

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

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

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

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

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