Html Css Color HEX #AD6149 Tuscany

📋 copy color: '#AD6149'

red 173 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #AD6149

Tints of Tuscany #AD6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

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

R = 50.44%
G = 28.28%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6149 (or 0xAD6149) is known color: Tuscany. HEX triplet: AD, 61 and 49. RGB value is (173,97,73). Sum of RGB (Red+Green+Blue) = 173+97+73=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6149 is #529EB6. Grayscale: #757575. Windows color (decimal): -5414583 or 4809133. OLE color: 4809133.

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

Color convert

RGB 173 97 73 -
CMYK 0 0.44 0.58 0.32
HSL 14.4º 0.41% 0.48% -
HSV(B) 14.4º 0.58% 0.68% -
XYZ 22.71 17.91 8.56 -
YUV 116.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 173 97 73 0 0.44 0.58 0.32 14.4 0.41 0.48
Hex AD 61 49 0 2C 3A 20 E 29 30
Octal 255 141 111 0 54 72 40 16 51 60
Binary 10101101 1100001 1001001 0 101100 111010 100000 1110 101001 110000

Color Harmonies of #AD6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6149

Black with #AD6149

Text Example


Text Example

White with #AD6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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