#A86843

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

Shades of Tuscany #A86843

Tints of Tuscany #A86843

Color information

#A86843 (or 0xA86843) is unknown color: approx Tuscany. HEX triplet: A8, 68 and 43. RGB value is (168,104,67). Sum of RGB (Red+Green+Blue) = 168+104+67=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A86843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86843 is #5797BC. Grayscale: #777777. Windows color (decimal): -5740477 or 4417704. OLE color: 4417704.

HSL color Cylindrical-coordinate representation of color #A86843: hue angle of 21.98º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86843 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16810467-
CMYK00.380.600.34
HSL21.98º42.98%46.08%-
HSV(B)21.98º60.12%65.88%-
XYZ22.1118.637.74-
YUV118.9298.7163.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=49.56%
G=30.68%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681046700.380.600.3421.9842.9846.08
HexA868430263C22162b2e
Octal2501501030467442265356
Binary1010100011010001000011010011011110010001010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86843; }

 p { color: rgb(168,104,67); }

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

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

 a { background-color: rgb(168,104,67); }

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

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

 span { border-color: rgb(168,104,67); }

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