#AA826A

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

Shades of Medium Wood #AA826A

Tints of Medium Wood #AA826A

Color information

#AA826A (or 0xAA826A) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 6A. RGB value is (170,130,106). Sum of RGB (Red+Green+Blue) = 170+130+106=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826A is #557D95. Grayscale: #8B8B8B. Windows color (decimal): -5602710 or 6980266. OLE color: 6980266.

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

Color convert

RGB170130106-
CMYK00.240.380.33
HSL22.5º27.35%54.12%-
HSV(B)22.5º37.65%66.67%-
XYZ27.1625.5517.14-
YUV139.22109.25149.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=41.87%
G=32.02%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013010600.240.380.3322.527.3554.12
HexAA826A0182621171b36
Octal2522021520304641273366
Binary101010101000001011010100110001001101000011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA826A; }

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

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

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

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

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

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

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

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