Html Css Color HEX #AD6046 Tuscany

📋 copy color: '#AD6046'

red 173 ◦ green 96 ◦ blue 70

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

Shades of Tuscany #AD6046

Tints of Tuscany #AD6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 51.03%
G = 28.32%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6046 (or 0xAD6046) is known color: Tuscany. HEX triplet: AD, 60 and 46. RGB value is (173,96,70). Sum of RGB (Red+Green+Blue) = 173+96+70=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6046 is #529FB9. Grayscale: #747474. Windows color (decimal): -5414842 or 4612269. OLE color: 4612269.

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

Color convert

RGB 173 96 70 -
CMYK 0 0.45 0.60 0.32
HSL 15.15º 0.42% 0.48% -
HSV(B) 15.15º 0.6% 0.68% -
XYZ 22.52 17.69 8.02 -
YUV 116.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 173 96 70 0 0.45 0.60 0.32 15.15 0.42 0.48
Hex AD 60 46 0 2D 3C 20 F 2A 30
Octal 255 140 106 0 55 74 40 17 52 60
Binary 10101101 1100000 1000110 0 101101 111100 100000 1111 101010 110000

Color Harmonies of #AD6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6046

Black with #AD6046

Text Example


Text Example

White with #AD6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6046; }

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

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

background-color css

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

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

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

border-color css

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

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

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