Html Css Color HEX #AD6541 Tuscany

📋 copy color: '#AD6541'

red 173 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #AD6541

Tints of Tuscany #AD6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 51.03%
G = 29.79%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6541 (or 0xAD6541) is known color: Tuscany. HEX triplet: AD, 65 and 41. RGB value is (173,101,65). Sum of RGB (Red+Green+Blue) = 173+101+65=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6541 is #529ABE. Grayscale: #767676. Windows color (decimal): -5413567 or 4285869. OLE color: 4285869.

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

Color convert

RGB 173 101 65 -
CMYK 0 0.42 0.62 0.32
HSL 20º 0.45% 0.47% -
HSV(B) 20º 0.62% 0.68% -
XYZ 22.84 18.57 7.38 -
YUV 118.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 173 101 65 0 0.42 0.62 0.32 20 0.45 0.47
Hex AD 65 41 0 2A 3E 20 14 2D 2F
Octal 255 145 101 0 52 76 40 24 55 57
Binary 10101101 1100101 1000001 0 101010 111110 100000 10100 101101 101111

Color Harmonies of #AD6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6541

Black with #AD6541

Text Example


Text Example

White with #AD6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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