#AA5E44

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

Shades of Tuscany #AA5E44

Tints of Tuscany #AA5E44

Color information

#AA5E44 (or 0xAA5E44) is unknown color: approx Tuscany. HEX triplet: AA, 5E and 44. RGB value is (170,94,68). Sum of RGB (Red+Green+Blue) = 170+94+68=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E44 is #55A1BB. Grayscale: #717171. Windows color (decimal): -5611964 or 4480682. OLE color: 4480682.

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

Color convert

RGB1709468-
CMYK00.450.60.33
HSL15.29º42.86%46.67%-
HSV(B)15.29º60%66.67%-
XYZ21.6216.977.6-
YUV113.76102.18168.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=51.20%
G=28.31%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170946800.450.60.3315.2942.8646.67
HexAA5E4402D3C21f2b2f
Octal2521361040557441175357
Binary101010101011110100010001011011111001000011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E44; }

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

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

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

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

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

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

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

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