#AA8264

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

Shades of Medium Wood #AA8264

Tints of Medium Wood #AA8264

Color information

#AA8264 (or 0xAA8264) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 64. RGB value is (170,130,100). Sum of RGB (Red+Green+Blue) = 170+130+100=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8264 is #557D9B. Grayscale: #8A8A8A. Windows color (decimal): -5602716 or 6587050. OLE color: 6587050.

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

Color convert

RGB170130100-
CMYK00.240.410.33
HSL25.71º29.17%52.94%-
HSV(B)25.71º41.18%66.67%-
XYZ26.8625.4315.55-
YUV138.54106.25150.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 100 (39.45% from 255) = 25%
R=42.5%
G=32.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013010000.240.410.3325.7129.1752.94
HexAA826401829211a1d35
Octal2522021440305141323565
Binary101010101000001011001000110001010011000011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8264; }

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

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

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

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

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

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

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

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