#AA8261

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

Shades of Medium Wood #AA8261

Tints of Medium Wood #AA8261

Color information

#AA8261 (or 0xAA8261) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 61. RGB value is (170,130,97). Sum of RGB (Red+Green+Blue) = 170+130+97=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8261 is #557D9E. Grayscale: #8A8A8A. Windows color (decimal): -5602719 or 6390442. OLE color: 6390442.

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

Color convert

RGB17013097-
CMYK00.240.430.33
HSL27.12º30.04%52.35%-
HSV(B)27.12º42.94%66.67%-
XYZ26.7225.3714.8-
YUV138.2104.75150.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=42.82%
G=32.75%
B=24.43%

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
Decimal1701309700.240.430.3327.1230.0452.35
HexAA82610182B211b1e34
Octal2522021410305341333664
Binary101010101000001011000010110001010111000011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8261; }

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

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

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

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

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

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

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

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