#AA835E

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

Shades of Medium Wood #AA835E

Tints of Medium Wood #AA835E

Color information

#AA835E (or 0xAA835E) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 5E. RGB value is (170,131,94). Sum of RGB (Red+Green+Blue) = 170+131+94=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835E is #557CA1. Grayscale: #8A8A8A. Windows color (decimal): -5602466 or 6194090. OLE color: 6194090.

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

Color convert

RGB17013194-
CMYK00.230.450.33
HSL29.21º30.89%51.76%-
HSV(B)29.21º44.71%66.67%-
XYZ26.7125.5914.12-
YUV138.44102.92150.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=43.04%
G=33.16%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701319400.230.450.3329.2130.8951.76
HexAA835E0172D211d1f34
Octal2522031360275541353764
Binary101010101000001110111100101111011011000011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA835E; }

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

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

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

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

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

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

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

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