#AA8161

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

Shades of Medium Wood #AA8161

Tints of Medium Wood #AA8161

Color information

#AA8161 (or 0xAA8161) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 61. RGB value is (170,129,97). Sum of RGB (Red+Green+Blue) = 170+129+97=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8161 is #557E9E. Grayscale: #898989. Windows color (decimal): -5602975 or 6390186. OLE color: 6390186.

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

Color convert

RGB17012997-
CMYK00.240.430.33
HSL26.3º30.04%52.35%-
HSV(B)26.3º42.94%66.67%-
XYZ26.5925.1114.75-
YUV137.61105.08151.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=42.93%
G=32.58%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701299700.240.430.3326.330.0452.35
HexAA81610182B211a1e34
Octal2522011410305341323664
Binary101010101000000111000010110001010111000011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8161; }

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

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

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

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

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

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

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

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