Html Css Color HEX #AD6449 Tuscany

📋 copy color: '#AD6449'

red 173 ◦ green 100 ◦ blue 73

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

Shades of Tuscany #AD6449

Tints of Tuscany #AD6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 50%
G = 28.9%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6449 (or 0xAD6449) is known color: Tuscany. HEX triplet: AD, 64 and 49. RGB value is (173,100,73). Sum of RGB (Red+Green+Blue) = 173+100+73=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6449 is #529BB6. Grayscale: #767676. Windows color (decimal): -5413815 or 4809901. OLE color: 4809901.

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

Color convert

RGB 173 100 73 -
CMYK 0 0.42 0.58 0.32
HSL 16.2º 0.41% 0.48% -
HSV(B) 16.2º 0.58% 0.68% -
XYZ 22.99 18.48 8.66 -
YUV 118.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 173 100 73 0 0.42 0.58 0.32 16.2 0.41 0.48
Hex AD 64 49 0 2A 3A 20 10 29 30
Octal 255 144 111 0 52 72 40 20 51 60
Binary 10101101 1100100 1001001 0 101010 111010 100000 10000 101001 110000

Color Harmonies of #AD6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6449

Black with #AD6449

Text Example


Text Example

White with #AD6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6449; }

 p { color: rgb(173,100,73); }

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

background-color css

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

 a { background-color: rgb(173,100,73); }

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

border-color css

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

 span { border-color: rgb(173,100,73); }

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