Html Css Color HEX #AD6143 Tuscany

📋 copy color: '#AD6143'

red 173 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #AD6143

Tints of Tuscany #AD6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 51.34%
G = 28.78%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6143 (or 0xAD6143) is known color: Tuscany. HEX triplet: AD, 61 and 43. RGB value is (173,97,67). Sum of RGB (Red+Green+Blue) = 173+97+67=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6143 is #529EBC. Grayscale: #747474. Windows color (decimal): -5414589 or 4415917. OLE color: 4415917.

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

Color convert

RGB 173 97 67 -
CMYK 0 0.44 0.61 0.32
HSL 16.98º 0.44% 0.47% -
HSV(B) 16.98º 0.61% 0.68% -
XYZ 22.52 17.84 7.57 -
YUV 116.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 173 97 67 0 0.44 0.61 0.32 16.98 0.44 0.47
Hex AD 61 43 0 2C 3D 20 11 2C 2F
Octal 255 141 103 0 54 75 40 21 54 57
Binary 10101101 1100001 1000011 0 101100 111101 100000 10001 101100 101111

Color Harmonies of #AD6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6143

Black with #AD6143

Text Example


Text Example

White with #AD6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6143; }

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

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

background-color css

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

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

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

border-color css

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

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

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