#AA8266

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

Shades of Medium Wood #AA8266

Tints of Medium Wood #AA8266

Color information

#AA8266 (or 0xAA8266) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 66. RGB value is (170,130,102). Sum of RGB (Red+Green+Blue) = 170+130+102=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8266 is #557D99. Grayscale: #8A8A8A. Windows color (decimal): -5602714 or 6718122. OLE color: 6718122.

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

Color convert

RGB170130102-
CMYK00.240.40.33
HSL24.71º28.57%53.33%-
HSV(B)24.71º40%66.67%-
XYZ26.9625.4716.07-
YUV138.77107.25150.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=42.29%
G=32.34%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013010200.240.40.3324.7128.5753.33
HexAA82660182821191d35
Octal2522021460305041313565
Binary101010101000001011001100110001010001000011100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8266; }

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

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

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

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

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

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

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

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