Html Css Color HEX #AD6540 Tuscany

📋 copy color: '#AD6540'

red 173 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #AD6540

Tints of Tuscany #AD6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 51.18%
G = 29.88%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD6540 (or 0xAD6540) is known color: Tuscany. HEX triplet: AD, 65 and 40. RGB value is (173,101,64). Sum of RGB (Red+Green+Blue) = 173+101+64=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6540 is #529ABF. Grayscale: #767676. Windows color (decimal): -5413568 or 4220333. OLE color: 4220333.

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

Color convert

RGB 173 101 64 -
CMYK 0 0.42 0.63 0.32
HSL 20.37º 0.46% 0.46% -
HSV(B) 20.37º 0.63% 0.68% -
XYZ 22.81 18.56 7.23 -
YUV 118.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 173 101 64 0 0.42 0.63 0.32 20.37 0.46 0.46
Hex AD 65 40 0 2A 3F 20 14 2E 2E
Octal 255 145 100 0 52 77 40 24 56 56
Binary 10101101 1100101 1000000 0 101010 111111 100000 10100 101110 101110

Color Harmonies of #AD6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6540

Black with #AD6540

Text Example


Text Example

White with #AD6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6540; }

 p { color: rgb(173,101,64); }

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

background-color css

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

 a { background-color: rgb(173,101,64); }

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

border-color css

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

 span { border-color: rgb(173,101,64); }

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