Html Css Color HEX #AD6444 Tuscany

📋 copy color: '#AD6444'

red 173 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #AD6444

Tints of Tuscany #AD6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 50.73%
G = 29.33%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6444 (or 0xAD6444) is known color: Tuscany. HEX triplet: AD, 64 and 44. RGB value is (173,100,68). Sum of RGB (Red+Green+Blue) = 173+100+68=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6444 is #529BBB. Grayscale: #767676. Windows color (decimal): -5413820 or 4482221. OLE color: 4482221.

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

Color convert

RGB 173 100 68 -
CMYK 0 0.42 0.61 0.32
HSL 18.29º 0.44% 0.47% -
HSV(B) 18.29º 0.61% 0.68% -
XYZ 22.83 18.42 7.82 -
YUV 118.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 173 100 68 0 0.42 0.61 0.32 18.29 0.44 0.47
Hex AD 64 44 0 2A 3D 20 12 2C 2F
Octal 255 144 104 0 52 75 40 22 54 57
Binary 10101101 1100100 1000100 0 101010 111101 100000 10010 101100 101111

Color Harmonies of #AD6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6444

Black with #AD6444

Text Example


Text Example

White with #AD6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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