Html Css Color HEX #AD6346 Tuscany

📋 copy color: '#AD6346'

red 173 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #AD6346

Tints of Tuscany #AD6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 50.58%
G = 28.95%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6346 (or 0xAD6346) is known color: Tuscany. HEX triplet: AD, 63 and 46. RGB value is (173,99,70). Sum of RGB (Red+Green+Blue) = 173+99+70=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6346 is #529CB9. Grayscale: #767676. Windows color (decimal): -5414074 or 4613037. OLE color: 4613037.

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

Color convert

RGB 173 99 70 -
CMYK 0 0.43 0.60 0.32
HSL 16.89º 0.42% 0.48% -
HSV(B) 16.89º 0.6% 0.68% -
XYZ 22.8 18.25 8.12 -
YUV 117.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 173 99 70 0 0.43 0.60 0.32 16.89 0.42 0.48
Hex AD 63 46 0 2B 3C 20 11 2A 30
Octal 255 143 106 0 53 74 40 21 52 60
Binary 10101101 1100011 1000110 0 101011 111100 100000 10001 101010 110000

Color Harmonies of #AD6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6346

Black with #AD6346

Text Example


Text Example

White with #AD6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6346; }

 p { color: rgb(173,99,70); }

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

background-color css

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

 a { background-color: rgb(173,99,70); }

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

border-color css

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

 span { border-color: rgb(173,99,70); }

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