#A85C44

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

Shades of Tuscany #A85C44

Tints of Tuscany #A85C44

Color information

#A85C44 (or 0xA85C44) is unknown color: approx Tuscany. HEX triplet: A8, 5C and 44. RGB value is (168,92,68). Sum of RGB (Red+Green+Blue) = 168+92+68=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C44 is #57A3BB. Grayscale: #707070. Windows color (decimal): -5743548 or 4480168. OLE color: 4480168.

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

Color convert

RGB1689268-
CMYK00.450.600.34
HSL14.4º42.37%46.27%-
HSV(B)14.4º59.52%65.88%-
XYZ21.0216.47.53-
YUV111.99103.18167.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=51.22%
G=28.05%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168926800.450.600.3414.442.3746.27
HexA85C4402D3C22e2a2e
Octal2501341040557442165256
Binary101010001011100100010001011011111001000101110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C44; }

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

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

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

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

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

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

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

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