#A36345

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

Shades of Tuscany #A36345

Tints of Tuscany #A36345

Color information

#A36345 (or 0xA36345) is unknown color: approx Tuscany. HEX triplet: A3, 63 and 45. RGB value is (163,99,69). Sum of RGB (Red+Green+Blue) = 163+99+69=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A36345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36345 is #5C9CBA. Grayscale: #727272. Windows color (decimal): -6069435 or 4547491. OLE color: 4547491.

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

Color convert

RGB1639969-
CMYK00.390.580.36
HSL19.15º40.52%45.49%-
HSV(B)19.15º57.67%63.92%-
XYZ20.6417.147.85-
YUV114.72102.2162.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=49.24%
G=29.91%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163996900.390.580.3619.1540.5245.49
HexA363450273A2413292d
Octal2431431050477244235155
Binary1010001111000111000101010011111101010010010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36345; }

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

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

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

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

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

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

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

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