#AA5B40

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

Shades of Tuscany #AA5B40

Tints of Tuscany #AA5B40

Color information

#AA5B40 (or 0xAA5B40) is unknown color: approx Tuscany. HEX triplet: AA, 5B and 40. RGB value is (170,91,64). Sum of RGB (Red+Green+Blue) = 170+91+64=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B40 is #55A4BF. Grayscale: #6F6F6F. Windows color (decimal): -5612736 or 4217770. OLE color: 4217770.

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

Color convert

RGB1709164-
CMYK00.460.620.33
HSL15.28º45.3%45.88%-
HSV(B)15.28º62.35%66.67%-
XYZ21.2416.46.9-
YUV111.54101.17169.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=52.31%
G=28%
B=19.69%

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
Decimal170916400.460.620.3315.2845.345.88
HexAA5B4002E3E21f2d2e
Octal2521331000567641175556
Binary101010101011011100000001011101111101000011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B40; }

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

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

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

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

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

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

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

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