#AD6748

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

Shades of Tuscany #AD6748

Tints of Tuscany #AD6748

Color information

#AD6748 (or 0xAD6748) is unknown color: approx Tuscany. HEX triplet: AD, 67 and 48. RGB value is (173,103,72). Sum of RGB (Red+Green+Blue) = 173+103+72=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6748 is #5298B7. Grayscale: #787878. Windows color (decimal): -5413048 or 4745133. OLE color: 4745133.

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

Color convert

RGB17310372-
CMYK00.400.580.32
HSL18.42º41.22%48.04%-
HSV(B)18.42º58.38%67.84%-
XYZ23.2519.058.58-
YUV120.4100.69165.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=49.71%
G=29.60%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731037200.400.580.3218.4241.2248.04
HexAD67480283A20122930
Octal2551471100507240225160
Binary1010110111001111001000010100011101010000010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6748; }

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

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

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

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

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

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

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

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