#A86141

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

Shades of Tuscany #A86141

Tints of Tuscany #A86141

Color information

#A86141 (or 0xA86141) is unknown color: approx Tuscany. HEX triplet: A8, 61 and 41. RGB value is (168,97,65). Sum of RGB (Red+Green+Blue) = 168+97+65=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A86141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86141 is #579EBE. Grayscale: #727272. Windows color (decimal): -5742271 or 4284840. OLE color: 4284840.

HSL color Cylindrical-coordinate representation of color #A86141: hue angle of 18.64º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A86141 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1689765-
CMYK00.420.610.34
HSL18.64º44.21%45.69%-
HSV(B)18.64º61.31%65.88%-
XYZ21.3817.267.21-
YUV114.58100.02166.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=50.91%
G=29.39%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168976500.420.610.3418.6444.2145.69
HexA8614102A3D22132c2e
Octal2501411010527542235456
Binary1010100011000011000001010101011110110001010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86141; }

 p { color: rgb(168,97,65); }

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

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

 a { background-color: rgb(168,97,65); }

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

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

 span { border-color: rgb(168,97,65); }

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