#AD653D

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

Shades of Tuscany #AD653D

Tints of Tuscany #AD653D

Color information

#AD653D (or 0xAD653D) is unknown color: approx Tuscany. HEX triplet: AD, 65 and 3D. RGB value is (173,101,61). Sum of RGB (Red+Green+Blue) = 173+101+61=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD653D is #529AC2. Grayscale: #767676. Windows color (decimal): -5413571 or 4023725. OLE color: 4023725.

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

Color convert

RGB17310161-
CMYK00.420.650.32
HSL21.43º47.86%45.88%-
HSV(B)21.43º64.74%67.84%-
XYZ22.7318.536.79-
YUV117.9795.85167.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=51.64%
G=30.15%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731016100.420.650.3221.4347.8645.88
HexAD653D02A412015302e
Octal2551457505210140256056
Binary1010110111001011111010101010100000110000010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD653D; }

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

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

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

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

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

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

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

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