#AA815E

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

Shades of Medium Wood #AA815E

Tints of Medium Wood #AA815E

Color information

#AA815E (or 0xAA815E) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 5E. RGB value is (170,129,94). Sum of RGB (Red+Green+Blue) = 170+129+94=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815E is #557EA1. Grayscale: #898989. Windows color (decimal): -5602978 or 6193578. OLE color: 6193578.

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

Color convert

RGB17012994-
CMYK00.240.450.33
HSL27.63º30.89%51.76%-
HSV(B)27.63º44.71%66.67%-
XYZ26.4525.0514.03-
YUV137.27103.58151.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=43.26%
G=32.82%
B=23.92%

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
Decimal1701299400.240.450.3327.6330.8951.76
HexAA815E0182D211c1f34
Octal2522011360305541343764
Binary101010101000000110111100110001011011000011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA815E; }

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

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

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

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

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

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

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

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