Html Css Color HEX #AD6348 Tuscany

📋 copy color: '#AD6348'

red 173 ◦ green 99 ◦ blue 72

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

Shades of Tuscany #AD6348

Tints of Tuscany #AD6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 50.29%
G = 28.78%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6348 (or 0xAD6348) is known color: Tuscany. HEX triplet: AD, 63 and 48. RGB value is (173,99,72). Sum of RGB (Red+Green+Blue) = 173+99+72=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6348 is #529CB7. Grayscale: #767676. Windows color (decimal): -5414072 or 4744109. OLE color: 4744109.

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

Color convert

RGB 173 99 72 -
CMYK 0 0.43 0.58 0.32
HSL 16.04º 0.41% 0.48% -
HSV(B) 16.04º 0.58% 0.68% -
XYZ 22.87 18.28 8.45 -
YUV 118.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 173 99 72 0 0.43 0.58 0.32 16.04 0.41 0.48
Hex AD 63 48 0 2B 3A 20 10 29 30
Octal 255 143 110 0 53 72 40 20 51 60
Binary 10101101 1100011 1001000 0 101011 111010 100000 10000 101001 110000

Color Harmonies of #AD6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6348

Black with #AD6348

Text Example


Text Example

White with #AD6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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