#AA6044

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

Shades of Tuscany #AA6044

Tints of Tuscany #AA6044

Color information

#AA6044 (or 0xAA6044) is unknown color: approx Tuscany. HEX triplet: AA, 60 and 44. RGB value is (170,96,68). Sum of RGB (Red+Green+Blue) = 170+96+68=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6044 is #559FBB. Grayscale: #737373. Windows color (decimal): -5611452 or 4481194. OLE color: 4481194.

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

Color convert

RGB1709668-
CMYK00.440.60.33
HSL16.47º42.86%46.67%-
HSV(B)16.47º60%66.67%-
XYZ21.817.337.66-
YUV114.93101.52167.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=50.90%
G=28.74%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170966800.440.60.3316.4742.8646.67
HexAA604402C3C21102b2f
Octal2521401040547441205357
Binary1010101011000001000100010110011110010000110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6044; }

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

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

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

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

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

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

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

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