#AA825E

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

Shades of Medium Wood #AA825E

Tints of Medium Wood #AA825E

Color information

#AA825E (or 0xAA825E) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 5E. RGB value is (170,130,94). Sum of RGB (Red+Green+Blue) = 170+130+94=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825E is #557DA1. Grayscale: #8A8A8A. Windows color (decimal): -5602722 or 6193834. OLE color: 6193834.

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

Color convert

RGB17013094-
CMYK00.240.450.33
HSL28.42º30.89%51.76%-
HSV(B)28.42º44.71%66.67%-
XYZ26.5825.3214.08-
YUV137.86103.25150.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=43.15%
G=32.99%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701309400.240.450.3328.4230.8951.76
HexAA825E0182D211c1f34
Octal2522021360305541343764
Binary101010101000001010111100110001011011000011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA825E; }

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

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

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

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

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

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

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

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