Html Css Color HEX #AD6241 Tuscany

📋 copy color: '#AD6241'

red 173 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #AD6241

Tints of Tuscany #AD6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 51.49%
G = 29.17%
B = 19.35%

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

#AD6241 (or 0xAD6241) is known color: Tuscany. HEX triplet: AD, 62 and 41. RGB value is (173,98,65). Sum of RGB (Red+Green+Blue) = 173+98+65=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6241 is #529DBE. Grayscale: #747474. Windows color (decimal): -5414335 or 4285101. OLE color: 4285101.

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

Color convert

RGB 173 98 65 -
CMYK 0 0.43 0.62 0.32
HSL 18.33º 0.45% 0.47% -
HSV(B) 18.33º 0.62% 0.68% -
XYZ 22.56 18 7.29 -
YUV 116.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 173 98 65 0 0.43 0.62 0.32 18.33 0.45 0.47
Hex AD 62 41 0 2B 3E 20 12 2D 2F
Octal 255 142 101 0 53 76 40 22 55 57
Binary 10101101 1100010 1000001 0 101011 111110 100000 10010 101101 101111

Color Harmonies of #AD6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6241

Black with #AD6241

Text Example


Text Example

White with #AD6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6241; }

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

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

background-color css

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

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

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

border-color css

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

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

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