#AA6744

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

Shades of Tuscany #AA6744

Tints of Tuscany #AA6744

Color information

#AA6744 (or 0xAA6744) is unknown color: approx Tuscany. HEX triplet: AA, 67 and 44. RGB value is (170,103,68). Sum of RGB (Red+Green+Blue) = 170+103+68=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6744 is #5598BB. Grayscale: #777777. Windows color (decimal): -5609660 or 4482986. OLE color: 4482986.

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

Color convert

RGB17010368-
CMYK00.390.60.33
HSL20.59º42.86%46.67%-
HSV(B)20.59º60%66.67%-
XYZ22.4718.667.89-
YUV119.0499.2164.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=49.85%
G=30.21%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701036800.390.60.3320.5942.8646.67
HexAA67440273C21152b2f
Octal2521471040477441255357
Binary1010101011001111000100010011111110010000110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6744; }

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

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

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

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

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

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

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

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