#A46646

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

Shades of Tuscany #A46646

Tints of Tuscany #A46646

Color information

#A46646 (or 0xA46646) is unknown color: approx Tuscany. HEX triplet: A4, 66 and 46. RGB value is (164,102,70). Sum of RGB (Red+Green+Blue) = 164+102+70=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A46646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46646 is #5B99B9. Grayscale: #757575. Windows color (decimal): -6003130 or 4613796. OLE color: 4613796.

HSL color Cylindrical-coordinate representation of color #A46646: hue angle of 20.43º 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 #A46646 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16410270-
CMYK00.380.570.36
HSL20.43º40.17%45.88%-
HSV(B)20.43º57.32%64.31%-
XYZ21.1717.848.12-
YUV116.89101.54161.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=48.81%
G=30.36%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641027000.380.570.3620.4340.1745.88
HexA46646026392414282e
Octal2441461060467144245056
Binary1010010011001101000110010011011100110010010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46646; }

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

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

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

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

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

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

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

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