#AA836E

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

Shades of Medium Wood #AA836E

Tints of Medium Wood #AA836E

Color information

#AA836E (or 0xAA836E) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 6E. RGB value is (170,131,110). Sum of RGB (Red+Green+Blue) = 170+131+110=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836E is #557C91. Grayscale: #8C8C8C. Windows color (decimal): -5602450 or 7242666. OLE color: 7242666.

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

Color convert

RGB170131110-
CMYK00.230.350.33
HSL21º26.09%54.9%-
HSV(B)21º35.29%66.67%-
XYZ27.5125.918.3-
YUV140.27110.92149.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=41.36%
G=31.87%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013111000.230.350.332126.0954.9
HexAA836E0172321151a37
Octal2522031560274341253267
Binary101010101000001111011100101111000111000011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA836E; }

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

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

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

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

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

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

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

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