#AA5C40

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

Shades of Tuscany #AA5C40

Tints of Tuscany #AA5C40

Color information

#AA5C40 (or 0xAA5C40) is unknown color: approx Tuscany. HEX triplet: AA, 5C and 40. RGB value is (170,92,64). Sum of RGB (Red+Green+Blue) = 170+92+64=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C40 is #55A3BF. Grayscale: #707070. Windows color (decimal): -5612480 or 4218026. OLE color: 4218026.

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

Color convert

RGB1709264-
CMYK00.460.620.33
HSL15.85º45.3%45.88%-
HSV(B)15.85º62.35%66.67%-
XYZ21.3316.576.92-
YUV112.13100.84169.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=52.15%
G=28.22%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170926400.460.620.3315.8545.345.88
HexAA5C4002E3E21102d2e
Octal2521341000567641205556
Binary1010101010111001000000010111011111010000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C40; }

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

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

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

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

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

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

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

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