#AD603C

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

Shades of Tuscany #AD603C

Tints of Tuscany #AD603C

Color information

#AD603C (or 0xAD603C) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 3C. RGB value is (173,96,60). Sum of RGB (Red+Green+Blue) = 173+96+60=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD603C is #529FC3. Grayscale: #737373. Windows color (decimal): -5414852 or 3956909. OLE color: 3956909.

HSL color Cylindrical-coordinate representation of color #AD603C: hue angle of 19.12º 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 #AD603C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1739660-
CMYK00.450.650.32
HSL19.12º48.5%45.69%-
HSV(B)19.12º65.32%67.84%-
XYZ22.2317.586.5-
YUV114.9297.01169.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=52.58%
G=29.18%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173966000.450.650.3219.1248.545.69
HexAD603C02D412013302e
Octal2551407405510140236056
Binary1010110111000001111000101101100000110000010011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD603C; }

 p { color: rgb(173,96,60); }

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

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

 a { background-color: rgb(173,96,60); }

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

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

 span { border-color: rgb(173,96,60); }

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