#A86741

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

Shades of Tuscany #A86741

Tints of Tuscany #A86741

Color information

#A86741 (or 0xA86741) is unknown color: approx Tuscany. HEX triplet: A8, 67 and 41. RGB value is (168,103,65). Sum of RGB (Red+Green+Blue) = 168+103+65=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86741 is #5798BE. Grayscale: #767676. Windows color (decimal): -5740735 or 4286376. OLE color: 4286376.

HSL color Cylindrical-coordinate representation of color #A86741: hue angle of 22.14º 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 #A86741 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16810365-
CMYK00.390.610.34
HSL22.14º44.21%45.69%-
HSV(B)22.14º61.31%65.88%-
XYZ21.9518.417.4-
YUV118.198.03163.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=50%
G=30.65%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681036500.390.610.3422.1444.2145.69
HexA867410273D22162c2e
Octal2501471010477542265456
Binary1010100011001111000001010011111110110001010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86741; }

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

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

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

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

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

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

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

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