Html Css Color HEX #AD6246 Tuscany

📋 copy color: '#AD6246'

red 173 ◦ green 98 ◦ blue 70

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

Shades of Tuscany #AD6246

Tints of Tuscany #AD6246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 50.73%
G = 28.74%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6246 (or 0xAD6246) is known color: Tuscany. HEX triplet: AD, 62 and 46. RGB value is (173,98,70). Sum of RGB (Red+Green+Blue) = 173+98+70=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6246 is #529DB9. Grayscale: #757575. Windows color (decimal): -5414330 or 4612781. OLE color: 4612781.

HSL color Cylindrical-coordinate representation of color #AD6246: hue angle of 16.31º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD6246 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 70 -
CMYK 0 0.43 0.60 0.32
HSL 16.31º 0.42% 0.48% -
HSV(B) 16.31º 0.6% 0.68% -
XYZ 22.71 18.06 8.08 -
YUV 117.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 173 98 70 0 0.43 0.60 0.32 16.31 0.42 0.48
Hex AD 62 46 0 2B 3C 20 10 2A 30
Octal 255 142 106 0 53 74 40 20 52 60
Binary 10101101 1100010 1000110 0 101011 111100 100000 10000 101010 110000

Color Harmonies of #AD6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6246

Black with #AD6246

Text Example


Text Example

White with #AD6246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6246; }

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

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

background-color css

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

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

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

border-color css

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

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

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