#AD6348

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

Shades of Tuscany #AD6348

Tints of Tuscany #AD6348

Color information

#AD6348 (or 0xAD6348) is unknown color: approx Tuscany. HEX triplet: AD, 63 and 48. RGB value is (173,99,72). Sum of RGB (Red+Green+Blue) = 173+99+72=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6348 is #529CB7. Grayscale: #767676. Windows color (decimal): -5414072 or 4744109. OLE color: 4744109.

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

Color convert

RGB1739972-
CMYK00.430.580.32
HSL16.04º41.22%48.04%-
HSV(B)16.04º58.38%67.84%-
XYZ22.8718.288.45-
YUV118.05102.02167.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=50.29%
G=28.78%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173997200.430.580.3216.0441.2248.04
HexAD634802B3A20102930
Octal2551431100537240205160
Binary1010110111000111001000010101111101010000010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6348; }

 p { color: rgb(173,99,72); }

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

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

 a { background-color: rgb(173,99,72); }

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

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

 span { border-color: rgb(173,99,72); }

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