#AA8665

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

Shades of Medium Wood #AA8665

Tints of Medium Wood #AA8665

Color information

#AA8665 (or 0xAA8665) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 65. RGB value is (170,134,101). Sum of RGB (Red+Green+Blue) = 170+134+101=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8665 is #55799A. Grayscale: #8D8D8D. Windows color (decimal): -5601691 or 6653610. OLE color: 6653610.

HSL color Cylindrical-coordinate representation of color #AA8665: hue angle of 28.7º 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 #AA8665 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170134101-
CMYK00.210.410.33
HSL28.7º28.87%53.14%-
HSV(B)28.7º40.59%66.67%-
XYZ27.4526.5415.99-
YUV141105.43148.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=41.98%
G=33.09%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013410100.210.410.3328.728.8753.14
HexAA866501529211d1d35
Octal2522061450255141353565
Binary101010101000011011001010101011010011000011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8665; }

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

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

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

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

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

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

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

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