#AA845C

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

Shades of Medium Wood #AA845C

Tints of Medium Wood #AA845C

Color information

#AA845C (or 0xAA845C) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 5C. RGB value is (170,132,92). Sum of RGB (Red+Green+Blue) = 170+132+92=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845C is #557BA3. Grayscale: #8B8B8B. Windows color (decimal): -5602212 or 6063274. OLE color: 6063274.

HSL color Cylindrical-coordinate representation of color #AA845C: hue angle of 30.77º degrees, saturation: 0.31, 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 #AA845C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17013292-
CMYK00.220.460.33
HSL30.77º31.45%51.37%-
HSV(B)30.77º45.88%66.67%-
XYZ26.7625.8213.7-
YUV138.8101.59150.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=43.15%
G=33.50%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701329200.220.460.3330.7731.4551.37
HexAA845C0162E211f1f33
Octal2522041340265641373763
Binary101010101000010010111000101101011101000011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA845C; }

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

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

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

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

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

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

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

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