Html Css Color HEX #AD6648 Tuscany

📋 copy color: '#AD6648'

red 173 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #AD6648

Tints of Tuscany #AD6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 49.86%
G = 29.39%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6648 (or 0xAD6648) is known color: Tuscany. HEX triplet: AD, 66 and 48. RGB value is (173,102,72). Sum of RGB (Red+Green+Blue) = 173+102+72=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6648 is #5299B7. Grayscale: #787878. Windows color (decimal): -5413304 or 4744877. OLE color: 4744877.

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

Color convert

RGB 173 102 72 -
CMYK 0 0.41 0.58 0.32
HSL 17.82º 0.41% 0.48% -
HSV(B) 17.82º 0.58% 0.68% -
XYZ 23.15 18.85 8.55 -
YUV 119.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 173 102 72 0 0.41 0.58 0.32 17.82 0.41 0.48
Hex AD 66 48 0 29 3A 20 12 29 30
Octal 255 146 110 0 51 72 40 22 51 60
Binary 10101101 1100110 1001000 0 101001 111010 100000 10010 101001 110000

Color Harmonies of #AD6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6648

Black with #AD6648

Text Example


Text Example

White with #AD6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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