Html Css Color HEX #AD6643 Tuscany

📋 copy color: '#AD6643'

red 173 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #AD6643

Tints of Tuscany #AD6643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 50.58%
G = 29.82%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6643 (or 0xAD6643) is known color: Tuscany. HEX triplet: AD, 66 and 43. RGB value is (173,102,67). Sum of RGB (Red+Green+Blue) = 173+102+67=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6643 is #5299BC. Grayscale: #777777. Windows color (decimal): -5413309 or 4417197. OLE color: 4417197.

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

Color convert

RGB 173 102 67 -
CMYK 0 0.41 0.61 0.32
HSL 19.81º 0.44% 0.47% -
HSV(B) 19.81º 0.61% 0.68% -
XYZ 23 18.79 7.73 -
YUV 119.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 173 102 67 0 0.41 0.61 0.32 19.81 0.44 0.47
Hex AD 66 43 0 29 3D 20 14 2C 2F
Octal 255 146 103 0 51 75 40 24 54 57
Binary 10101101 1100110 1000011 0 101001 111101 100000 10100 101100 101111

Color Harmonies of #AD6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6643

Black with #AD6643

Text Example


Text Example

White with #AD6643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6643; }

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

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

background-color css

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

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

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

border-color css

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

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

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