#AD6248

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

Shades of Tuscany #AD6248

Tints of Tuscany #AD6248

Color information

#AD6248 (or 0xAD6248) is unknown color: approx Tuscany. HEX triplet: AD, 62 and 48. RGB value is (173,98,72). Sum of RGB (Red+Green+Blue) = 173+98+72=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6248 is #529DB7. Grayscale: #757575. Windows color (decimal): -5414328 or 4743853. OLE color: 4743853.

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

Color convert

RGB1739872-
CMYK00.430.580.32
HSL15.45º41.22%48.04%-
HSV(B)15.45º58.38%67.84%-
XYZ22.7718.098.42-
YUV117.46102.35167.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=50.44%
G=28.57%
B=20.99%

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
Decimal173987200.430.580.3215.4541.2248.04
HexAD624802B3A20f2930
Octal2551421100537240175160
Binary101011011100010100100001010111110101000001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6248; }

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

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

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

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

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

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

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

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