Html Css Color HEX #AD6846 Tuscany

📋 copy color: '#AD6846'

red 173 ◦ green 104 ◦ blue 70

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

Shades of Tuscany #AD6846

Tints of Tuscany #AD6846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 49.86%
G = 29.97%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6846 (or 0xAD6846) is known color: Tuscany. HEX triplet: AD, 68 and 46. RGB value is (173,104,70). Sum of RGB (Red+Green+Blue) = 173+104+70=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6846 is #5297B9. Grayscale: #787878. Windows color (decimal): -5412794 or 4614317. OLE color: 4614317.

HSL color Cylindrical-coordinate representation of color #AD6846: hue angle of 19.81º 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 #AD6846 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 70 -
CMYK 0 0.40 0.60 0.32
HSL 19.81º 0.42% 0.48% -
HSV(B) 19.81º 0.6% 0.68% -
XYZ 23.29 19.23 8.28 -
YUV 120.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 173 104 70 0 0.40 0.60 0.32 19.81 0.42 0.48
Hex AD 68 46 0 28 3C 20 14 2A 30
Octal 255 150 106 0 50 74 40 24 52 60
Binary 10101101 1101000 1000110 0 101000 111100 100000 10100 101010 110000

Color Harmonies of #AD6846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6846

Black with #AD6846

Text Example


Text Example

White with #AD6846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6846; }

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

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

background-color css

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

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

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

border-color css

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

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

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