#A86044

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

Shades of Tuscany #A86044

Tints of Tuscany #A86044

Color information

#A86044 (or 0xA86044) is unknown color: approx Tuscany. HEX triplet: A8, 60 and 44. RGB value is (168,96,68). Sum of RGB (Red+Green+Blue) = 168+96+68=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86044 is #579FBB. Grayscale: #727272. Windows color (decimal): -5742524 or 4481192. OLE color: 4481192.

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

Color convert

RGB1689668-
CMYK00.430.600.34
HSL16.8º42.37%46.27%-
HSV(B)16.8º59.52%65.88%-
XYZ21.3717.117.64-
YUV114.34101.85166.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=50.60%
G=28.92%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168966800.430.600.3416.842.3746.27
HexA8604402B3C22112a2e
Octal2501401040537442215256
Binary1010100011000001000100010101111110010001010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86044; }

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

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

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

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

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

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

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

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