Html Css Color HEX #AD6843 Tuscany

📋 copy color: '#AD6843'

red 173 ◦ green 104 ◦ blue 67

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

Shades of Tuscany #AD6843

Tints of Tuscany #AD6843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 50.29%
G = 30.23%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6843 (or 0xAD6843) is known color: Tuscany. HEX triplet: AD, 68 and 43. RGB value is (173,104,67). Sum of RGB (Red+Green+Blue) = 173+104+67=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6843 is #5297BC. Grayscale: #787878. Windows color (decimal): -5412797 or 4417709. OLE color: 4417709.

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

Color convert

RGB 173 104 67 -
CMYK 0 0.40 0.61 0.32
HSL 20.94º 0.44% 0.47% -
HSV(B) 20.94º 0.61% 0.68% -
XYZ 23.2 19.19 7.79 -
YUV 120.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 173 104 67 0 0.40 0.61 0.32 20.94 0.44 0.47
Hex AD 68 43 0 28 3D 20 15 2C 2F
Octal 255 150 103 0 50 75 40 25 54 57
Binary 10101101 1101000 1000011 0 101000 111101 100000 10101 101100 101111

Color Harmonies of #AD6843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6843

Black with #AD6843

Text Example


Text Example

White with #AD6843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6843; }

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

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

background-color css

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

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

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

border-color css

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

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

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