Html Css Color HEX #AD6549 Tuscany

📋 copy color: '#AD6549'

red 173 ◦ green 101 ◦ blue 73

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

Shades of Tuscany #AD6549

Tints of Tuscany #AD6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

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

R = 49.86%
G = 29.11%
B = 21.04%

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

#AD6549 (or 0xAD6549) is known color: Tuscany. HEX triplet: AD, 65 and 49. RGB value is (173,101,73). Sum of RGB (Red+Green+Blue) = 173+101+73=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6549 is #529AB6. Grayscale: #777777. Windows color (decimal): -5413559 or 4810157. OLE color: 4810157.

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

Color convert

RGB 173 101 73 -
CMYK 0 0.42 0.58 0.32
HSL 16.8º 0.41% 0.48% -
HSV(B) 16.8º 0.58% 0.68% -
XYZ 23.09 18.67 8.69 -
YUV 119.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 173 101 73 0 0.42 0.58 0.32 16.8 0.41 0.48
Hex AD 65 49 0 2A 3A 20 11 29 30
Octal 255 145 111 0 52 72 40 21 51 60
Binary 10101101 1100101 1001001 0 101010 111010 100000 10001 101001 110000

Color Harmonies of #AD6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6549

Black with #AD6549

Text Example


Text Example

White with #AD6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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