#AA6549

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

Shades of Tuscany #AA6549

Tints of Tuscany #AA6549

Color information

#AA6549 (or 0xAA6549) is unknown color: approx Tuscany. HEX triplet: AA, 65 and 49. RGB value is (170,101,73). Sum of RGB (Red+Green+Blue) = 170+101+73=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6549 is #559AB6. Grayscale: #767676. Windows color (decimal): -5610167 or 4810154. OLE color: 4810154.

HSL color Cylindrical-coordinate representation of color #AA6549: hue angle of 17.32º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6549 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17010173-
CMYK00.410.570.33
HSL17.32º39.92%47.65%-
HSV(B)17.32º57.06%66.67%-
XYZ22.4318.338.66-
YUV118.44102.36164.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=49.42%
G=29.36%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701017300.410.570.3317.3239.9247.65
HexAA65490293921112830
Octal2521451110517141215060
Binary1010101011001011001001010100111100110000110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6549; }

 p { color: rgb(170,101,73); }

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

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

 a { background-color: rgb(170,101,73); }

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

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

 span { border-color: rgb(170,101,73); }

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