#AA8263

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

Shades of Medium Wood #AA8263

Tints of Medium Wood #AA8263

Color information

#AA8263 (or 0xAA8263) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 63. RGB value is (170,130,99). Sum of RGB (Red+Green+Blue) = 170+130+99=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8263 is #557D9C. Grayscale: #8A8A8A. Windows color (decimal): -5602717 or 6521514. OLE color: 6521514.

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

Color convert

RGB17013099-
CMYK00.240.420.33
HSL26.2º29.46%52.75%-
HSV(B)26.2º41.76%66.67%-
XYZ26.8125.4115.3-
YUV138.43105.75150.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=42.61%
G=32.58%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701309900.240.420.3326.229.4652.75
HexAA82630182A211a1d35
Octal2522021430305241323565
Binary101010101000001011000110110001010101000011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8263; }

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

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

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

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

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

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

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

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