Html Css Color HEX #AD614A Tuscany

📋 copy color: '#AD614A'

red 173 ◦ green 97 ◦ blue 74

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

Shades of Tuscany #AD614A

Tints of Tuscany #AD614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 50.29%
G = 28.2%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD614A (or 0xAD614A) is known color: Tuscany. HEX triplet: AD, 61 and 4A. RGB value is (173,97,74). Sum of RGB (Red+Green+Blue) = 173+97+74=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD614A is #529EB5. Grayscale: #757575. Windows color (decimal): -5414582 or 4874669. OLE color: 4874669.

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

Color convert

RGB 173 97 74 -
CMYK 0 0.44 0.57 0.32
HSL 13.94º 0.4% 0.48% -
HSV(B) 13.94º 0.57% 0.68% -
XYZ 22.74 17.93 8.74 -
YUV 117.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 173 97 74 0 0.44 0.57 0.32 13.94 0.4 0.48
Hex AD 61 4A 0 2C 39 20 E 28 30
Octal 255 141 112 0 54 71 40 16 50 60
Binary 10101101 1100001 1001010 0 101100 111001 100000 1110 101000 110000

Color Harmonies of #AD614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD614A

Black with #AD614A

Text Example


Text Example

White with #AD614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD614A; }

 p { color: rgb(173,97,74); }

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

background-color css

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

 a { background-color: rgb(173,97,74); }

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

border-color css

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

 span { border-color: rgb(173,97,74); }

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