#aa5e3f

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

Shades of Tuscany #AA5E3F

Tints of Tuscany #AA5E3F

Color information

#AA5E3F (or 0xAA5E3F) is unknown color: approx Tuscany. HEX triplet: AA, 5E and 3F. RGB value is (170,94,63). Sum of RGB (Red+Green+Blue) = 170+94+63=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E3F is #55A1C0. Grayscale: #717171. Windows color (decimal): -5611969 or 4153002. OLE color: 4153002.

HSL color Cylindrical-coordinate representation of color #AA5E3F: hue angle of 17.38º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5E3F is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1709463-
CMYK00.450.630.33
HSL17.38º45.92%45.69%-
HSV(B)17.38º62.94%66.67%-
XYZ21.4816.916.83-
YUV113.1999.68168.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 63 (25% from 255) = 19.27%
R=51.99%
G=28.75%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170946300.450.630.3317.3845.9245.69
HexAA5E3F02D3F21112e2e
Octal252136770557741215656
Binary101010101011110111111010110111111110000110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5e3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5e3f; }

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

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

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

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

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

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

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

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