#AA835C

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

Shades of Medium Wood #AA835C

Tints of Medium Wood #AA835C

Color information

#AA835C (or 0xAA835C) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 5C. RGB value is (170,131,92). Sum of RGB (Red+Green+Blue) = 170+131+92=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835C is #557CA3. Grayscale: #8A8A8A. Windows color (decimal): -5602468 or 6063018. OLE color: 6063018.

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

Color convert

RGB17013192-
CMYK00.230.460.33
HSL30º31.45%51.37%-
HSV(B)30º45.88%66.67%-
XYZ26.6325.5513.65-
YUV138.21101.92150.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=43.26%
G=33.33%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701319200.230.460.333031.4551.37
HexAA835C0172E211e1f33
Octal2522031340275641363763
Binary101010101000001110111000101111011101000011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA835C; }

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

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

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

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

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

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

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

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