Html Css Color HEX #AD6743 Tuscany

📋 copy color: '#AD6743'

red 173 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #AD6743

Tints of Tuscany #AD6743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 50.44%
G = 30.03%
B = 19.53%

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

#AD6743 (or 0xAD6743) is known color: Tuscany. HEX triplet: AD, 67 and 43. RGB value is (173,103,67). Sum of RGB (Red+Green+Blue) = 173+103+67=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6743 is #5298BC. Grayscale: #787878. Windows color (decimal): -5413053 or 4417453. OLE color: 4417453.

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

Color convert

RGB 173 103 67 -
CMYK 0 0.40 0.61 0.32
HSL 20.38º 0.44% 0.47% -
HSV(B) 20.38º 0.61% 0.68% -
XYZ 23.1 18.99 7.76 -
YUV 119.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 173 103 67 0 0.40 0.61 0.32 20.38 0.44 0.47
Hex AD 67 43 0 28 3D 20 14 2C 2F
Octal 255 147 103 0 50 75 40 24 54 57
Binary 10101101 1100111 1000011 0 101000 111101 100000 10100 101100 101111

Color Harmonies of #AD6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6743

Black with #AD6743

Text Example


Text Example

White with #AD6743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6743; }

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

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

background-color css

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

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

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

border-color css

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

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

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