Html Css Color HEX #AD6649 Tuscany

📋 copy color: '#AD6649'

red 173 ◦ green 102 ◦ blue 73

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

Shades of Tuscany #AD6649

Tints of Tuscany #AD6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 49.71%
G = 29.31%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6649 (or 0xAD6649) is known color: Tuscany. HEX triplet: AD, 66 and 49. RGB value is (173,102,73). Sum of RGB (Red+Green+Blue) = 173+102+73=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6649 is #5299B6. Grayscale: #787878. Windows color (decimal): -5413303 or 4810413. OLE color: 4810413.

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

Color convert

RGB 173 102 73 -
CMYK 0 0.41 0.58 0.32
HSL 17.4º 0.41% 0.48% -
HSV(B) 17.4º 0.58% 0.68% -
XYZ 23.19 18.87 8.72 -
YUV 119.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 173 102 73 0 0.41 0.58 0.32 17.4 0.41 0.48
Hex AD 66 49 0 29 3A 20 11 29 30
Octal 255 146 111 0 51 72 40 21 51 60
Binary 10101101 1100110 1001001 0 101001 111010 100000 10001 101001 110000

Color Harmonies of #AD6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6649

Black with #AD6649

Text Example


Text Example

White with #AD6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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