Html Css Color HEX #AD6441 Tuscany

📋 copy color: '#AD6441'

red 173 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #AD6441

Tints of Tuscany #AD6441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 51.18%
G = 29.59%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6441 (or 0xAD6441) is known color: Tuscany. HEX triplet: AD, 64 and 41. RGB value is (173,100,65). Sum of RGB (Red+Green+Blue) = 173+100+65=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6441 is #529BBE. Grayscale: #767676. Windows color (decimal): -5413823 or 4285613. OLE color: 4285613.

HSL color Cylindrical-coordinate representation of color #AD6441: hue angle of 19.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD6441 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 100 65 -
CMYK 0 0.42 0.62 0.32
HSL 19.44º 0.45% 0.47% -
HSV(B) 19.44º 0.62% 0.68% -
XYZ 22.74 18.38 7.35 -
YUV 117.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 173 100 65 0 0.42 0.62 0.32 19.44 0.45 0.47
Hex AD 64 41 0 2A 3E 20 13 2D 2F
Octal 255 144 101 0 52 76 40 23 55 57
Binary 10101101 1100100 1000001 0 101010 111110 100000 10011 101101 101111

Color Harmonies of #AD6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6441

Black with #AD6441

Text Example


Text Example

White with #AD6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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