#A96147

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

Shades of Tuscany #A96147

Tints of Tuscany #A96147

Color information

#A96147 (or 0xA96147) is unknown color: approx Tuscany. HEX triplet: A9, 61 and 47. RGB value is (169,97,71). Sum of RGB (Red+Green+Blue) = 169+97+71=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A96147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96147 is #569EB8. Grayscale: #737373. Windows color (decimal): -5676729 or 4678057. OLE color: 4678057.

HSL color Cylindrical-coordinate representation of color #A96147: hue angle of 15.92º 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 #A96147 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1699771-
CMYK00.430.580.34
HSL15.92º40.83%47.06%-
HSV(B)15.92º57.99%66.27%-
XYZ21.7717.448.18-
YUV115.56102.85166.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=50.15%
G=28.78%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169977100.430.580.3415.9240.8347.06
HexA9614702B3A2210292f
Octal2511411070537242205157
Binary1010100111000011000111010101111101010001010000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96147; }

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

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

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

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

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

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

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

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