#A36745

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

Shades of Tuscany #A36745

Tints of Tuscany #A36745

Color information

#A36745 (or 0xA36745) is unknown color: approx Tuscany. HEX triplet: A3, 67 and 45. RGB value is (163,103,69). Sum of RGB (Red+Green+Blue) = 163+103+69=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A36745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36745 is #5C98BA. Grayscale: #757575. Windows color (decimal): -6068411 or 4548515. OLE color: 4548515.

HSL color Cylindrical-coordinate representation of color #A36745: hue angle of 21.7º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36745 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16310369-
CMYK00.370.580.36
HSL21.7º40.52%45.49%-
HSV(B)21.7º57.67%63.92%-
XYZ21.0317.927.98-
YUV117.06100.88160.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=48.66%
G=30.75%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631036900.370.580.3621.740.5245.49
HexA367450253A2416292d
Octal2431471050457244265155
Binary1010001111001111000101010010111101010010010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36745; }

 p { color: rgb(163,103,69); }

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

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

 a { background-color: rgb(163,103,69); }

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

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

 span { border-color: rgb(163,103,69); }

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