#A85E46

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

Shades of Tuscany #A85E46

Tints of Tuscany #A85E46

Color information

#A85E46 (or 0xA85E46) is unknown color: approx Tuscany. HEX triplet: A8, 5E and 46. RGB value is (168,94,70). Sum of RGB (Red+Green+Blue) = 168+94+70=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E46 is #57A1B9. Grayscale: #717171. Windows color (decimal): -5743034 or 4611752. OLE color: 4611752.

HSL color Cylindrical-coordinate representation of color #A85E46: hue angle of 14.69º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85E46 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1689470-
CMYK00.440.580.34
HSL14.69º41.18%46.67%-
HSV(B)14.69º58.33%65.88%-
XYZ21.2616.777.91-
YUV113.39103.52166.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=50.60%
G=28.31%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168947000.440.580.3414.6941.1846.67
HexA85E4602C3A22f292f
Octal2501361060547242175157
Binary101010001011110100011001011001110101000101111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E46; }

 p { color: rgb(168,94,70); }

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

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

 a { background-color: rgb(168,94,70); }

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

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

 span { border-color: rgb(168,94,70); }

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