#A96746

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

Shades of Tuscany #A96746

Tints of Tuscany #A96746

Color information

#A96746 (or 0xA96746) is unknown color: approx Tuscany. HEX triplet: A9, 67 and 46. RGB value is (169,103,70). Sum of RGB (Red+Green+Blue) = 169+103+70=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A96746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96746 is #5698B9. Grayscale: #777777. Windows color (decimal): -5675194 or 4614057. OLE color: 4614057.

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

Color convert

RGB16910370-
CMYK00.390.590.34
HSL20º41.42%46.86%-
HSV(B)20º58.58%66.27%-
XYZ22.3218.588.2-
YUV118.97100.37163.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=49.42%
G=30.12%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691037000.390.590.342041.4246.86
HexA967460273B2214292f
Octal2511471060477342245157
Binary1010100111001111000110010011111101110001010100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96746; }

 p { color: rgb(169,103,70); }

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

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

 a { background-color: rgb(169,103,70); }

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

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

 span { border-color: rgb(169,103,70); }

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