#A96847

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

Shades of Tuscany #A96847

Tints of Tuscany #A96847

Color information

#A96847 (or 0xA96847) is unknown color: approx Tuscany. HEX triplet: A9, 68 and 47. RGB value is (169,104,71). Sum of RGB (Red+Green+Blue) = 169+104+71=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A96847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96847 is #5697B8. Grayscale: #777777. Windows color (decimal): -5674937 or 4679849. OLE color: 4679849.

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

Color convert

RGB16910471-
CMYK00.380.580.34
HSL20.2º40.83%47.06%-
HSV(B)20.2º57.99%66.27%-
XYZ22.4518.798.4-
YUV119.67100.53163.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.13%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=49.13%
G=30.23%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691047100.380.580.3420.240.8347.06
HexA968470263A2214292f
Octal2511501070467242245157
Binary1010100111010001000111010011011101010001010100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96847; }

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

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

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

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

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

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

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

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