Html Css Color HEX #AD6347 Tuscany

📋 copy color: '#AD6347'

red 173 ◦ green 99 ◦ blue 71

#AD6347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AD6347

Tints of Tuscany #AD6347

RGB

 RED value IS 173 (67.97% from 255) = 50.44%

 GREEN value IS 99 (39.06% from 255) = 28.86%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 50.44%
G = 28.86%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD6347 (or 0xAD6347) is known color: Tuscany. HEX triplet: AD, 63 and 47. RGB value is (173,99,71). Sum of RGB (Red+Green+Blue) = 173+99+71=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6347 is #529CB8. Grayscale: #767676. Windows color (decimal): -5414073 or 4678573. OLE color: 4678573.

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

Color convert

RGB 173 99 71 -
CMYK 0 0.43 0.59 0.32
HSL 16.47º 0.42% 0.48% -
HSV(B) 16.47º 0.59% 0.68% -
XYZ 22.83 18.26 8.28 -
YUV 117.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 173 99 71 0 0.43 0.59 0.32 16.47 0.42 0.48
Hex AD 63 47 0 2B 3B 20 10 2A 30
Octal 255 143 107 0 53 73 40 20 52 60
Binary 10101101 1100011 1000111 0 101011 111011 100000 10000 101010 110000

Color Harmonies of #AD6347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6347

Black with #AD6347

Text Example


Text Example

White with #AD6347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6347; }

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

 H1.HeaderClassName
 {
   color: #AD6347;
 }
 .AnyTagClassName
 {
   color: #AD6347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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