Html Css Color HEX #AD6341 Tuscany

📋 copy color: '#AD6341'

red 173 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #AD6341

Tints of Tuscany #AD6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 51.34%
G = 29.38%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6341 (or 0xAD6341) is known color: Tuscany. HEX triplet: AD, 63 and 41. RGB value is (173,99,65). Sum of RGB (Red+Green+Blue) = 173+99+65=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6341 is #529CBE. Grayscale: #757575. Windows color (decimal): -5414079 or 4285357. OLE color: 4285357.

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

Color convert

RGB 173 99 65 -
CMYK 0 0.43 0.62 0.32
HSL 18.89º 0.45% 0.47% -
HSV(B) 18.89º 0.62% 0.68% -
XYZ 22.65 18.19 7.32 -
YUV 117.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 173 99 65 0 0.43 0.62 0.32 18.89 0.45 0.47
Hex AD 63 41 0 2B 3E 20 13 2D 2F
Octal 255 143 101 0 53 76 40 23 55 57
Binary 10101101 1100011 1000001 0 101011 111110 100000 10011 101101 101111

Color Harmonies of #AD6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6341

Black with #AD6341

Text Example


Text Example

White with #AD6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6341; }

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

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

background-color css

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

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

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

border-color css

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

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

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