Html Css Color HEX #AD5C3D Tuscany

📋 copy color: '#AD5C3D'

red 173 ◦ green 92 ◦ blue 61

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

Shades of Tuscany #AD5C3D

Tints of Tuscany #AD5C3D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 53.07%
G = 28.22%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5C3D (or 0xAD5C3D) is known color: Tuscany. HEX triplet: AD, 5C and 3D. RGB value is (173,92,61). Sum of RGB (Red+Green+Blue) = 173+92+61=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C3D is #52A3C2. Grayscale: #707070. Windows color (decimal): -5415875 or 4021421. OLE color: 4021421.

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

Color convert

RGB 173 92 61 -
CMYK 0 0.47 0.65 0.32
HSL 16.61º 0.48% 0.46% -
HSV(B) 16.61º 0.65% 0.68% -
XYZ 21.9 16.88 6.52 -
YUV 112.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 173 92 61 0 0.47 0.65 0.32 16.61 0.48 0.46
Hex AD 5C 3D 0 2F 41 20 11 30 2E
Octal 255 134 75 0 57 101 40 21 60 56
Binary 10101101 1011100 111101 0 101111 1000001 100000 10001 110000 101110

Color Harmonies of #AD5C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C3D

Black with #AD5C3D

Text Example


Text Example

White with #AD5C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C3D; }

 p { color: rgb(173,92,61); }

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

background-color css

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

 a { background-color: rgb(173,92,61); }

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

border-color css

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

 span { border-color: rgb(173,92,61); }

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