#AA835D

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

Shades of Medium Wood #AA835D

Tints of Medium Wood #AA835D

Color information

#AA835D (or 0xAA835D) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 5D. RGB value is (170,131,93). Sum of RGB (Red+Green+Blue) = 170+131+93=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835D is #557CA2. Grayscale: #8A8A8A. Windows color (decimal): -5602467 or 6128554. OLE color: 6128554.

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

Color convert

RGB17013193-
CMYK00.230.450.33
HSL29.61º31.17%51.57%-
HSV(B)29.61º45.29%66.67%-
XYZ26.6725.5713.89-
YUV138.33102.42150.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=43.15%
G=33.25%
B=23.60%

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
Decimal1701319300.230.450.3329.6131.1751.57
HexAA835D0172D211e1f34
Octal2522031350275541363764
Binary101010101000001110111010101111011011000011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA835D; }

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

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

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

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

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

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

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

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