#AA845F

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

Shades of Medium Wood #AA845F

Tints of Medium Wood #AA845F

Color information

#AA845F (or 0xAA845F) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 5F. RGB value is (170,132,95). Sum of RGB (Red+Green+Blue) = 170+132+95=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845F is #557BA0. Grayscale: #8B8B8B. Windows color (decimal): -5602209 or 6259882. OLE color: 6259882.

HSL color Cylindrical-coordinate representation of color #AA845F: hue angle of 29.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA845F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17013295-
CMYK00.220.440.33
HSL29.6º30.61%51.96%-
HSV(B)29.6º44.12%66.67%-
XYZ26.8925.8714.4-
YUV139.14103.09150.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=42.82%
G=33.25%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701329500.220.440.3329.630.6151.96
HexAA845F0162C211e1f34
Octal2522041370265441363764
Binary101010101000010010111110101101011001000011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA845F; }

 p { color: rgb(170,132,95); }

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

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

 a { background-color: rgb(170,132,95); }

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

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

 span { border-color: rgb(170,132,95); }

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