#A85B3F

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

Shades of Tuscany #A85B3F

Tints of Tuscany #A85B3F

Color information

#A85B3F (or 0xA85B3F) is unknown color: approx Tuscany. HEX triplet: A8, 5B and 3F. RGB value is (168,91,63). Sum of RGB (Red+Green+Blue) = 168+91+63=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B3F is #57A4C0. Grayscale: #6F6F6F. Windows color (decimal): -5743809 or 4152232. OLE color: 4152232.

HSL color Cylindrical-coordinate representation of color #A85B3F: hue angle of 16º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85B3F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1689163-
CMYK00.460.630.34
HSL16º45.45%45.29%-
HSV(B)16º62.5%65.88%-
XYZ20.7916.176.73-
YUV110.83101.01168.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 63 (25% from 255) = 19.57%
R=52.17%
G=28.26%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168916300.460.630.341645.4545.29
HexA85B3F02E3F22102d2d
Octal250133770567742205555
Binary101010001011011111111010111011111110001010000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B3F; }

 p { color: rgb(168,91,63); }

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

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

 a { background-color: rgb(168,91,63); }

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

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

 span { border-color: rgb(168,91,63); }

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