#A86041

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

Shades of Tuscany #A86041

Tints of Tuscany #A86041

Color information

#A86041 (or 0xA86041) is unknown color: approx Tuscany. HEX triplet: A8, 60 and 41. RGB value is (168,96,65). Sum of RGB (Red+Green+Blue) = 168+96+65=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A86041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86041 is #579FBE. Grayscale: #727272. Windows color (decimal): -5742527 or 4284584. OLE color: 4284584.

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

Color convert

RGB1689665-
CMYK00.430.610.34
HSL18.06º44.21%45.69%-
HSV(B)18.06º61.31%65.88%-
XYZ21.2917.077.17-
YUV113.99100.35166.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=51.06%
G=29.18%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168966500.430.610.3418.0644.2145.69
HexA8604102B3D22122c2e
Octal2501401010537542225456
Binary1010100011000001000001010101111110110001010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86041; }

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

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

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

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

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

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

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

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