#AA8365

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

Shades of Medium Wood #AA8365

Tints of Medium Wood #AA8365

Color information

#AA8365 (or 0xAA8365) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 65. RGB value is (170,131,101). Sum of RGB (Red+Green+Blue) = 170+131+101=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8365 is #557C9A. Grayscale: #8B8B8B. Windows color (decimal): -5602459 or 6652842. OLE color: 6652842.

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

Color convert

RGB170131101-
CMYK00.230.410.33
HSL26.09º28.87%53.14%-
HSV(B)26.09º40.59%66.67%-
XYZ27.0425.7215.85-
YUV139.24106.42149.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=42.29%
G=32.59%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013110100.230.410.3326.0928.8753.14
HexAA836501729211a1d35
Octal2522031450275141323565
Binary101010101000001111001010101111010011000011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8365; }

 p { color: rgb(170,131,101); }

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

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

 a { background-color: rgb(170,131,101); }

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

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

 span { border-color: rgb(170,131,101); }

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