Html Css Color HEX #AD5A3D Tuscany

📋 copy color: '#AD5A3D'

red 173 ◦ green 90 ◦ blue 61

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

Shades of Tuscany #AD5A3D

Tints of Tuscany #AD5A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 53.4%
G = 27.78%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5A3D (or 0xAD5A3D) is known color: Tuscany. HEX triplet: AD, 5A and 3D. RGB value is (173,90,61). Sum of RGB (Red+Green+Blue) = 173+90+61=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A3D is #52A5C2. Grayscale: #6F6F6F. Windows color (decimal): -5416387 or 4020909. OLE color: 4020909.

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

Color convert

RGB 173 90 61 -
CMYK 0 0.48 0.65 0.32
HSL 15.54º 0.48% 0.46% -
HSV(B) 15.54º 0.65% 0.68% -
XYZ 21.73 16.53 6.46 -
YUV 111.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 173 90 61 0 0.48 0.65 0.32 15.54 0.48 0.46
Hex AD 5A 3D 0 30 41 20 10 30 2E
Octal 255 132 75 0 60 101 40 20 60 56
Binary 10101101 1011010 111101 0 110000 1000001 100000 10000 110000 101110

Color Harmonies of #AD5A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A3D

Black with #AD5A3D

Text Example


Text Example

White with #AD5A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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