#aa6847

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

Shades of Tuscany #AA6847

Tints of Tuscany #AA6847

Color information

#AA6847 (or 0xAA6847) is unknown color: approx Tuscany. HEX triplet: AA, 68 and 47. RGB value is (170,104,71). Sum of RGB (Red+Green+Blue) = 170+104+71=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6847 is #5597B8. Grayscale: #787878. Windows color (decimal): -5609401 or 4679850. OLE color: 4679850.

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

Color convert

RGB17010471-
CMYK00.390.580.33
HSL20º41.08%47.25%-
HSV(B)20º58.24%66.67%-
XYZ22.6718.98.42-
YUV119.97100.37163.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=49.28%
G=30.14%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701047100.390.580.332041.0847.25
HexAA68470273A2114292f
Octal2521501070477241245157
Binary1010101011010001000111010011111101010000110100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6847; }

 p { color: rgb(170,104,71); }

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

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

 a { background-color: rgb(170,104,71); }

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

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

 span { border-color: rgb(170,104,71); }

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