#AD643F

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

Shades of Tuscany #AD643F

Tints of Tuscany #AD643F

Color information

#AD643F (or 0xAD643F) is unknown color: approx Tuscany. HEX triplet: AD, 64 and 3F. RGB value is (173,100,63). Sum of RGB (Red+Green+Blue) = 173+100+63=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643F is #529BC0. Grayscale: #757575. Windows color (decimal): -5413825 or 4154541. OLE color: 4154541.

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

Color convert

RGB17310063-
CMYK00.420.640.32
HSL20.18º46.61%46.27%-
HSV(B)20.18º63.58%67.84%-
XYZ22.6918.367.05-
YUV117.6197.18167.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 63 (25% from 255) = 18.75%
R=51.49%
G=29.76%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731006300.420.640.3220.1846.6146.27
HexAD643F02A4020142f2e
Octal2551447705210040245756
Binary1010110111001001111110101010100000010000010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD643F; }

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

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

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

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

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

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

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

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