#AD643B

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

Shades of Tuscany #AD643B

Tints of Tuscany #AD643B

Color information

#AD643B (or 0xAD643B) is unknown color: approx Tuscany. HEX triplet: AD, 64 and 3B. RGB value is (173,100,59). Sum of RGB (Red+Green+Blue) = 173+100+59=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643B is #529BC4. Grayscale: #757575. Windows color (decimal): -5413829 or 3892397. OLE color: 3892397.

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

Color convert

RGB17310059-
CMYK00.420.660.32
HSL21.58º49.14%45.49%-
HSV(B)21.58º65.9%67.84%-
XYZ22.5818.316.48-
YUV117.1595.18167.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=52.11%
G=30.12%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731005900.420.660.3221.5849.1445.49
HexAD643B02A422016312d
Octal2551447305210240266155
Binary1010110111001001110110101010100001010000010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD643B; }

 p { color: rgb(173,100,59); }

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

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

 a { background-color: rgb(173,100,59); }

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

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

 span { border-color: rgb(173,100,59); }

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