Html Css Color HEX #AD644A Tuscany

📋 copy color: '#AD644A'

red 173 ◦ green 100 ◦ blue 74

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

Shades of Tuscany #AD644A

Tints of Tuscany #AD644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 49.86%
G = 28.82%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD644A (or 0xAD644A) is known color: Tuscany. HEX triplet: AD, 64 and 4A. RGB value is (173,100,74). Sum of RGB (Red+Green+Blue) = 173+100+74=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD644A is #529BB5. Grayscale: #777777. Windows color (decimal): -5413814 or 4875437. OLE color: 4875437.

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

Color convert

RGB 173 100 74 -
CMYK 0 0.42 0.57 0.32
HSL 15.76º 0.4% 0.48% -
HSV(B) 15.76º 0.57% 0.68% -
XYZ 23.03 18.49 8.83 -
YUV 118.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 173 100 74 0 0.42 0.57 0.32 15.76 0.4 0.48
Hex AD 64 4A 0 2A 39 20 10 28 30
Octal 255 144 112 0 52 71 40 20 50 60
Binary 10101101 1100100 1001010 0 101010 111001 100000 10000 101000 110000

Color Harmonies of #AD644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD644A

Black with #AD644A

Text Example


Text Example

White with #AD644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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