Html Css Color HEX #AD6247 Tuscany

📋 copy color: '#AD6247'

red 173 ◦ green 98 ◦ blue 71

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

Shades of Tuscany #AD6247

Tints of Tuscany #AD6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 50.58%
G = 28.65%
B = 20.76%

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

#AD6247 (or 0xAD6247) is known color: Tuscany. HEX triplet: AD, 62 and 47. RGB value is (173,98,71). Sum of RGB (Red+Green+Blue) = 173+98+71=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6247 is #529DB8. Grayscale: #757575. Windows color (decimal): -5414329 or 4678317. OLE color: 4678317.

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

Color convert

RGB 173 98 71 -
CMYK 0 0.43 0.59 0.32
HSL 15.88º 0.42% 0.48% -
HSV(B) 15.88º 0.59% 0.68% -
XYZ 22.74 18.07 8.25 -
YUV 117.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 173 98 71 0 0.43 0.59 0.32 15.88 0.42 0.48
Hex AD 62 47 0 2B 3B 20 10 2A 30
Octal 255 142 107 0 53 73 40 20 52 60
Binary 10101101 1100010 1000111 0 101011 111011 100000 10000 101010 110000

Color Harmonies of #AD6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6247

Black with #AD6247

Text Example


Text Example

White with #AD6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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