#A86046

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

Shades of Tuscany #A86046

Tints of Tuscany #A86046

Color information

#A86046 (or 0xA86046) is unknown color: approx Tuscany. HEX triplet: A8, 60 and 46. RGB value is (168,96,70). Sum of RGB (Red+Green+Blue) = 168+96+70=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A86046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86046 is #579FB9. Grayscale: #727272. Windows color (decimal): -5742522 or 4612264. OLE color: 4612264.

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

Color convert

RGB1689670-
CMYK00.430.580.34
HSL15.92º41.18%46.67%-
HSV(B)15.92º58.33%65.88%-
XYZ21.4417.137.97-
YUV114.56102.85166.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=50.30%
G=28.74%
B=20.96%

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
Decimal168967000.430.580.3415.9241.1846.67
HexA8604602B3A2210292f
Octal2501401060537242205157
Binary1010100011000001000110010101111101010001010000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86046; }

 p { color: rgb(168,96,70); }

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

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

 a { background-color: rgb(168,96,70); }

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

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

 span { border-color: rgb(168,96,70); }

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