#AA8360

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

Shades of Medium Wood #AA8360

Tints of Medium Wood #AA8360

Color information

#AA8360 (or 0xAA8360) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 60. RGB value is (170,131,96). Sum of RGB (Red+Green+Blue) = 170+131+96=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8360 is #557C9F. Grayscale: #8A8A8A. Windows color (decimal): -5602464 or 6325162. OLE color: 6325162.

HSL color Cylindrical-coordinate representation of color #AA8360: hue angle of 28.38º degrees, saturation: 0.3, 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 #AA8360 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17013196-
CMYK00.230.440.33
HSL28.38º30.33%52.16%-
HSV(B)28.38º43.53%66.67%-
XYZ26.8125.6214.6-
YUV138.67103.92150.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=42.82%
G=33.00%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701319600.230.440.3328.3830.3352.16
HexAA83600172C211c1e34
Octal2522031400275441343664
Binary101010101000001111000000101111011001000011110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8360; }

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

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

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

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

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

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

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

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