#AA825A

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

Shades of Medium Wood #AA825A

Tints of Medium Wood #AA825A

Color information

#AA825A (or 0xAA825A) is unknown color: approx Medium Wood. HEX triplet: AA, 82 and 5A. RGB value is (170,130,90). Sum of RGB (Red+Green+Blue) = 170+130+90=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825A is #557DA5. Grayscale: #898989. Windows color (decimal): -5602726 or 5931690. OLE color: 5931690.

HSL color Cylindrical-coordinate representation of color #AA825A: hue angle of 30º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA825A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17013090-
CMYK00.240.470.33
HSL30º32%50.98%-
HSV(B)30º47.06%66.67%-
XYZ26.4125.2513.15-
YUV137.4101.25151.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=43.59%
G=33.33%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701309000.240.470.33303250.98
HexAA825A0182F211e2033
Octal2522021320305741364063
Binary1010101010000010101101001100010111110000111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA825A; }

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

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

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

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

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

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

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

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