Html Css Color HEX #AD6848 Tuscany

📋 copy color: '#AD6848'

red 173 ◦ green 104 ◦ blue 72

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

Shades of Tuscany #AD6848

Tints of Tuscany #AD6848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 49.57%
G = 29.8%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6848 (or 0xAD6848) is known color: Tuscany. HEX triplet: AD, 68 and 48. RGB value is (173,104,72). Sum of RGB (Red+Green+Blue) = 173+104+72=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6848 is #5297B7. Grayscale: #797979. Windows color (decimal): -5412792 or 4745389. OLE color: 4745389.

HSL color Cylindrical-coordinate representation of color #AD6848: hue angle of 19.01º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6848 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 72 -
CMYK 0 0.40 0.58 0.32
HSL 19.01º 0.41% 0.48% -
HSV(B) 19.01º 0.58% 0.68% -
XYZ 23.35 19.25 8.62 -
YUV 120.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 173 104 72 0 0.40 0.58 0.32 19.01 0.41 0.48
Hex AD 68 48 0 28 3A 20 13 29 30
Octal 255 150 110 0 50 72 40 23 51 60
Binary 10101101 1101000 1001000 0 101000 111010 100000 10011 101001 110000

Color Harmonies of #AD6848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6848

Black with #AD6848

Text Example


Text Example

White with #AD6848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6848; }

 p { color: rgb(173,104,72); }

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

background-color css

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

 a { background-color: rgb(173,104,72); }

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

border-color css

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

 span { border-color: rgb(173,104,72); }

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