#A36645

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

Shades of Tuscany #A36645

Tints of Tuscany #A36645

Color information

#A36645 (or 0xA36645) is unknown color: approx Tuscany. HEX triplet: A3, 66 and 45. RGB value is (163,102,69). Sum of RGB (Red+Green+Blue) = 163+102+69=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A36645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36645 is #5C99BA. Grayscale: #747474. Windows color (decimal): -6068667 or 4548259. OLE color: 4548259.

HSL color Cylindrical-coordinate representation of color #A36645: hue angle of 21.06º 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 #A36645 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16310269-
CMYK00.370.580.36
HSL21.06º40.52%45.49%-
HSV(B)21.06º57.67%63.92%-
XYZ20.9317.727.95-
YUV116.48101.21161.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=48.80%
G=30.54%
B=20.66%

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
Decimal1631026900.370.580.3621.0640.5245.49
HexA366450253A2415292d
Octal2431461050457244255155
Binary1010001111001101000101010010111101010010010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36645; }

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

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

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

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

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

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

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

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