#AA826D

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

Shades of Medium Wood #AA826D

Tints of Medium Wood #AA826D

Color information

#AA826D (or 0xAA826D) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 6D. RGB value is (170,130,109). Sum of RGB (Red+Green+Blue) = 170+130+109=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826D is #557D92. Grayscale: #8B8B8B. Windows color (decimal): -5602707 or 7176874. OLE color: 7176874.

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

Color convert

RGB170130109-
CMYK00.240.360.33
HSL20.66º26.41%54.71%-
HSV(B)20.66º35.88%66.67%-
XYZ27.3225.6217.97-
YUV139.57110.75149.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=41.56%
G=31.78%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013010900.240.360.3320.6626.4154.71
HexAA826D0182421151a37
Octal2522021550304441253267
Binary101010101000001011011010110001001001000011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA826D; }

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

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

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

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

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

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

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

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