#A86544

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

Shades of Tuscany #A86544

Tints of Tuscany #A86544

Color information

#A86544 (or 0xA86544) is unknown color: approx Tuscany. HEX triplet: A8, 65 and 44. RGB value is (168,101,68). Sum of RGB (Red+Green+Blue) = 168+101+68=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86544 is #579ABB. Grayscale: #757575. Windows color (decimal): -5741244 or 4482472. OLE color: 4482472.

HSL color Cylindrical-coordinate representation of color #A86544: hue angle of 19.8º degrees, saturation: 0.42, 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 #A86544 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16810168-
CMYK00.400.600.34
HSL19.8º42.37%46.27%-
HSV(B)19.8º59.52%65.88%-
XYZ21.8518.057.8-
YUV117.27100.2164.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=49.85%
G=29.97%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681016800.400.600.3419.842.3746.27
HexA865440283C22142a2e
Octal2501451040507442245256
Binary1010100011001011000100010100011110010001010100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86544; }

 p { color: rgb(168,101,68); }

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

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

 a { background-color: rgb(168,101,68); }

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

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

 span { border-color: rgb(168,101,68); }

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