#A85D45

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

Shades of Tuscany #A85D45

Tints of Tuscany #A85D45

Color information

#A85D45 (or 0xA85D45) is unknown color: approx Tuscany. HEX triplet: A8, 5D and 45. RGB value is (168,93,69). Sum of RGB (Red+Green+Blue) = 168+93+69=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D45 is #57A2BA. Grayscale: #707070. Windows color (decimal): -5743291 or 4545960. OLE color: 4545960.

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

Color convert

RGB1689369-
CMYK00.450.590.34
HSL14.55º41.77%46.47%-
HSV(B)14.55º58.93%65.88%-
XYZ21.1416.587.72-
YUV112.69103.35167.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=50.91%
G=28.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168936900.450.590.3414.5541.7746.47
HexA85D4502D3B22f2a2e
Octal2501351050557342175256
Binary101010001011101100010101011011110111000101111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85D45; }

 p { color: rgb(168,93,69); }

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

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

 a { background-color: rgb(168,93,69); }

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

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

 span { border-color: rgb(168,93,69); }

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