Html Css Color HEX #AD653F Tuscany

📋 copy color: '#AD653F'

red 173 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #AD653F

Tints of Tuscany #AD653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 63 (25% from 255) = 18.69%

R = 51.34%
G = 29.97%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD653F (or 0xAD653F) is known color: Tuscany. HEX triplet: AD, 65 and 3F. RGB value is (173,101,63). Sum of RGB (Red+Green+Blue) = 173+101+63=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD653F is #529AC0. Grayscale: #767676. Windows color (decimal): -5413569 or 4154797. OLE color: 4154797.

HSL color Cylindrical-coordinate representation of color #AD653F: hue angle of 20.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD653F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 63 -
CMYK 0 0.42 0.64 0.32
HSL 20.73º 0.47% 0.46% -
HSV(B) 20.73º 0.64% 0.68% -
XYZ 22.78 18.55 7.08 -
YUV 118.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 173 101 63 0 0.42 0.64 0.32 20.73 0.47 0.46
Hex AD 65 3F 0 2A 40 20 15 2F 2E
Octal 255 145 77 0 52 100 40 25 57 56
Binary 10101101 1100101 111111 0 101010 1000000 100000 10101 101111 101110

Color Harmonies of #AD653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD653F

Black with #AD653F

Text Example


Text Example

White with #AD653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD653F; }

 p { color: rgb(173,101,63); }

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

background-color css

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

 a { background-color: rgb(173,101,63); }

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

border-color css

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

 span { border-color: rgb(173,101,63); }

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