#AA826E

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

Shades of Medium Wood #AA826E

Tints of Medium Wood #AA826E

Color information

#AA826E (or 0xAA826E) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 6E. RGB value is (170,130,110). Sum of RGB (Red+Green+Blue) = 170+130+110=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826E is #557D91. Grayscale: #8B8B8B. Windows color (decimal): -5602706 or 7242410. OLE color: 7242410.

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

Color convert

RGB170130110-
CMYK00.240.350.33
HSL20º26.09%54.9%-
HSV(B)20º35.29%66.67%-
XYZ27.3725.6418.26-
YUV139.68111.25149.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=41.46%
G=31.71%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013011000.240.350.332026.0954.9
HexAA826E0182321141a37
Octal2522021560304341243267
Binary101010101000001011011100110001000111000011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA826E; }

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

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

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

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

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

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

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

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