Html Css Color HEX #AD6141 Tuscany

📋 copy color: '#AD6141'

red 173 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #AD6141

Tints of Tuscany #AD6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 51.64%
G = 28.96%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6141 (or 0xAD6141) is known color: Tuscany. HEX triplet: AD, 61 and 41. RGB value is (173,97,65). Sum of RGB (Red+Green+Blue) = 173+97+65=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6141 is #529EBE. Grayscale: #747474. Windows color (decimal): -5414591 or 4284845. OLE color: 4284845.

HSL color Cylindrical-coordinate representation of color #AD6141: hue angle of 17.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD6141 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 65 -
CMYK 0 0.44 0.62 0.32
HSL 17.78º 0.45% 0.47% -
HSV(B) 17.78º 0.62% 0.68% -
XYZ 22.46 17.82 7.26 -
YUV 116.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 173 97 65 0 0.44 0.62 0.32 17.78 0.45 0.47
Hex AD 61 41 0 2C 3E 20 12 2D 2F
Octal 255 141 101 0 54 76 40 22 55 57
Binary 10101101 1100001 1000001 0 101100 111110 100000 10010 101101 101111

Color Harmonies of #AD6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6141

Black with #AD6141

Text Example


Text Example

White with #AD6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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