#AA855E

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

Shades of Medium Wood #AA855E

Tints of Medium Wood #AA855E

Color information

#AA855E (or 0xAA855E) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 5E. RGB value is (170,133,94). Sum of RGB (Red+Green+Blue) = 170+133+94=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855E is #557AA1. Grayscale: #8B8B8B. Windows color (decimal): -5601954 or 6194602. OLE color: 6194602.

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

Color convert

RGB17013394-
CMYK00.220.450.33
HSL30.79º30.89%51.76%-
HSV(B)30.79º44.71%66.67%-
XYZ26.9926.1314.21-
YUV139.62102.26149.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=42.82%
G=33.50%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701339400.220.450.3330.7930.8951.76
HexAA855E0162D211f1f34
Octal2522051360265541373764
Binary101010101000010110111100101101011011000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA855E; }

 p { color: rgb(170,133,94); }

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

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

 a { background-color: rgb(170,133,94); }

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

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

 span { border-color: rgb(170,133,94); }

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