#A46746

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

Shades of Tuscany #A46746

Tints of Tuscany #A46746

Color information

#A46746 (or 0xA46746) is unknown color: approx Tuscany. HEX triplet: A4, 67 and 46. RGB value is (164,103,70). Sum of RGB (Red+Green+Blue) = 164+103+70=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A46746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46746 is #5B98B9. Grayscale: #757575. Windows color (decimal): -6002874 or 4614052. OLE color: 4614052.

HSL color Cylindrical-coordinate representation of color #A46746: hue angle of 21.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46746 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16410370-
CMYK00.370.570.36
HSL21.06º40.17%45.88%-
HSV(B)21.06º57.32%64.31%-
XYZ21.2718.048.15-
YUV117.48101.21161.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=48.66%
G=30.56%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641037000.370.570.3621.0640.1745.88
HexA46746025392415282e
Octal2441471060457144255056
Binary1010010011001111000110010010111100110010010101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46746; }

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

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

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

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

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

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

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

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