Html Css Color HEX #AD6049 Tuscany

📋 copy color: '#AD6049'

red 173 ◦ green 96 ◦ blue 73

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

Shades of Tuscany #AD6049

Tints of Tuscany #AD6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 50.58%
G = 28.07%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6049 (or 0xAD6049) is known color: Tuscany. HEX triplet: AD, 60 and 49. RGB value is (173,96,73). Sum of RGB (Red+Green+Blue) = 173+96+73=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6049 is #529FB6. Grayscale: #747474. Windows color (decimal): -5414839 or 4808877. OLE color: 4808877.

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

Color convert

RGB 173 96 73 -
CMYK 0 0.45 0.58 0.32
HSL 13.8º 0.41% 0.48% -
HSV(B) 13.8º 0.58% 0.68% -
XYZ 22.62 17.73 8.53 -
YUV 116.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 173 96 73 0 0.45 0.58 0.32 13.8 0.41 0.48
Hex AD 60 49 0 2D 3A 20 E 29 30
Octal 255 140 111 0 55 72 40 16 51 60
Binary 10101101 1100000 1001001 0 101101 111010 100000 1110 101001 110000

Color Harmonies of #AD6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6049

Black with #AD6049

Text Example


Text Example

White with #AD6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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