#AA5D44

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

Shades of Tuscany #AA5D44

Tints of Tuscany #AA5D44

Color information

#AA5D44 (or 0xAA5D44) is unknown color: approx Tuscany. HEX triplet: AA, 5D and 44. RGB value is (170,93,68). Sum of RGB (Red+Green+Blue) = 170+93+68=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D44 is #55A2BB. Grayscale: #717171. Windows color (decimal): -5612220 or 4480426. OLE color: 4480426.

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

Color convert

RGB1709368-
CMYK00.450.60.33
HSL14.71º42.86%46.67%-
HSV(B)14.71º60%66.67%-
XYZ21.5416.797.58-
YUV113.17102.51168.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=51.36%
G=28.10%
B=20.54%

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
Decimal170936800.450.60.3314.7142.8646.67
HexAA5D4402D3C21f2b2f
Octal2521351040557441175357
Binary101010101011101100010001011011111001000011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D44; }

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

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

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

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

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

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

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

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