#A46146

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

Shades of Tuscany #A46146

Tints of Tuscany #A46146

Color information

#A46146 (or 0xA46146) is unknown color: approx Tuscany. HEX triplet: A4, 61 and 46. RGB value is (164,97,70). Sum of RGB (Red+Green+Blue) = 164+97+70=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A46146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46146 is #5B9EB9. Grayscale: #727272. Windows color (decimal): -6004410 or 4612516. OLE color: 4612516.

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

Color convert

RGB1649770-
CMYK00.410.570.36
HSL17.23º40.17%45.88%-
HSV(B)17.23º57.32%64.31%-
XYZ20.6916.887.96-
YUV113.96103.2163.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=49.55%
G=29.31%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164977000.410.570.3617.2340.1745.88
HexA46146029392411282e
Octal2441411060517144215056
Binary1010010011000011000110010100111100110010010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46146; }

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

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

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

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

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

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

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

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