#AD593D

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

Shades of Tuscany #AD593D

Tints of Tuscany #AD593D

Color information

#AD593D (or 0xAD593D) is unknown color: approx Tuscany. HEX triplet: AD, 59 and 3D. RGB value is (173,89,61). Sum of RGB (Red+Green+Blue) = 173+89+61=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD593D is #52A6C2. Grayscale: #6F6F6F. Windows color (decimal): -5416643 or 4020653. OLE color: 4020653.

HSL color Cylindrical-coordinate representation of color #AD593D: hue angle of 15º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD593D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1738961-
CMYK00.490.650.32
HSL15º47.86%45.88%-
HSV(B)15º64.74%67.84%-
XYZ21.6516.376.43-
YUV110.9299.83172.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=53.56%
G=27.55%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173896100.490.650.321547.8645.88
HexAD593D0314120f302e
Octal2551317506110140176056
Binary101011011011001111101011000110000011000001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD593D; }

 p { color: rgb(173,89,61); }

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

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

 a { background-color: rgb(173,89,61); }

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

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

 span { border-color: rgb(173,89,61); }

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