#AA826C

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

Shades of Medium Wood #AA826C

Tints of Medium Wood #AA826C

Color information

#AA826C (or 0xAA826C) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 6C. RGB value is (170,130,108). Sum of RGB (Red+Green+Blue) = 170+130+108=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826C is #557D93. Grayscale: #8B8B8B. Windows color (decimal): -5602708 or 7111338. OLE color: 7111338.

HSL color Cylindrical-coordinate representation of color #AA826C: hue angle of 21.29º degrees, saturation: 0.27, 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 #AA826C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170130108-
CMYK00.240.360.33
HSL21.29º26.72%54.51%-
HSV(B)21.29º36.47%66.67%-
XYZ27.2725.5917.69-
YUV139.45110.25149.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=41.67%
G=31.86%
B=26.47%

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
Decimal17013010800.240.360.3321.2926.7254.51
HexAA826C0182421151b37
Octal2522021540304441253367
Binary101010101000001011011000110001001001000011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA826C; }

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

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

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

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

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

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

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

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