#A36348

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

Shades of Tuscany #A36348

Tints of Tuscany #A36348

Color information

#A36348 (or 0xA36348) is unknown color: approx Tuscany. HEX triplet: A3, 63 and 48. RGB value is (163,99,72). Sum of RGB (Red+Green+Blue) = 163+99+72=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A36348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36348 is #5C9CB7. Grayscale: #737373. Windows color (decimal): -6069432 or 4744099. OLE color: 4744099.

HSL color Cylindrical-coordinate representation of color #A36348: hue angle of 17.8º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36348 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1639972-
CMYK00.390.560.36
HSL17.8º38.72%46.08%-
HSV(B)17.8º55.83%63.92%-
XYZ20.7417.188.35-
YUV115.06103.7162.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=48.80%
G=29.64%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163997200.390.560.3617.838.7246.08
HexA36348027382412272e
Octal2431431100477044224756
Binary1010001111000111001000010011111100010010010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36348; }

 p { color: rgb(163,99,72); }

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

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

 a { background-color: rgb(163,99,72); }

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

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

 span { border-color: rgb(163,99,72); }

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