#aa795b

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

Shades of Medium Wood #AA795B

Tints of Medium Wood #AA795B

Color information

#AA795B (or 0xAA795B) is unknown color: approx Medium Wood. HEX triplet: AA, 79 and 5B. RGB value is (170,121,91). Sum of RGB (Red+Green+Blue) = 170+121+91=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA795B is #5586A4. Grayscale: #848484. Windows color (decimal): -5605029 or 5994922. OLE color: 5994922.

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

Color convert

RGB17012191-
CMYK00.290.460.33
HSL22.78º31.73%51.18%-
HSV(B)22.78º46.47%66.67%-
XYZ25.322.9813-
YUV132.23104.73154.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=44.50%
G=31.68%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701219100.290.460.3322.7831.7351.18
HexAA795B01D2E21172033
Octal2521711330355641274063
Binary101010101111001101101101110110111010000110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa795b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa795b; }

 p { color: rgb(170,121,91); }

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

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

 a { background-color: rgb(170,121,91); }

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

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

 span { border-color: rgb(170,121,91); }

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