Html Css Color HEX #AD614C Tuscany

📋 copy color: '#AD614C'

red 173 ◦ green 97 ◦ blue 76

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

Shades of Tuscany #AD614C

Tints of Tuscany #AD614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 50%
G = 28.03%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD614C (or 0xAD614C) is known color: Tuscany. HEX triplet: AD, 61 and 4C. RGB value is (173,97,76). Sum of RGB (Red+Green+Blue) = 173+97+76=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD614C is #529EB3. Grayscale: #757575. Windows color (decimal): -5414580 or 5005741. OLE color: 5005741.

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

Color convert

RGB 173 97 76 -
CMYK 0 0.44 0.56 0.32
HSL 12.99º 0.39% 0.49% -
HSV(B) 12.99º 0.56% 0.68% -
XYZ 22.81 17.96 9.1 -
YUV 117.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 173 97 76 0 0.44 0.56 0.32 12.99 0.39 0.49
Hex AD 61 4C 0 2C 38 20 D 27 31
Octal 255 141 114 0 54 70 40 15 47 61
Binary 10101101 1100001 1001100 0 101100 111000 100000 1101 100111 110001

Color Harmonies of #AD614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD614C

Black with #AD614C

Text Example


Text Example

White with #AD614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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