Html Css Color HEX #AD604C Tuscany

📋 copy color: '#AD604C'

red 173 ◦ green 96 ◦ blue 76

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

Shades of Tuscany #AD604C

Tints of Tuscany #AD604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 50.14%
G = 27.83%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD604C (or 0xAD604C) is known color: Tuscany. HEX triplet: AD, 60 and 4C. RGB value is (173,96,76). Sum of RGB (Red+Green+Blue) = 173+96+76=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD604C is #529FB3. Grayscale: #747474. Windows color (decimal): -5414836 or 5005485. OLE color: 5005485.

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

Color convert

RGB 173 96 76 -
CMYK 0 0.45 0.56 0.32
HSL 12.37º 0.39% 0.49% -
HSV(B) 12.37º 0.56% 0.68% -
XYZ 22.72 17.77 9.07 -
YUV 116.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 173 96 76 0 0.45 0.56 0.32 12.37 0.39 0.49
Hex AD 60 4C 0 2D 38 20 C 27 31
Octal 255 140 114 0 55 70 40 14 47 61
Binary 10101101 1100000 1001100 0 101101 111000 100000 1100 100111 110001

Color Harmonies of #AD604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD604C

Black with #AD604C

Text Example


Text Example

White with #AD604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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