Html Css Color HEX #AD603D Tuscany

📋 copy color: '#AD603D'

red 173 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AD603D

Tints of Tuscany #AD603D

RGB

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

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

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

R = 52.42%
G = 29.09%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD603D (or 0xAD603D) is known color: Tuscany. HEX triplet: AD, 60 and 3D. RGB value is (173,96,61). Sum of RGB (Red+Green+Blue) = 173+96+61=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD603D is #529FC2. Grayscale: #737373. Windows color (decimal): -5414851 or 4022445. OLE color: 4022445.

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

Color convert

RGB 173 96 61 -
CMYK 0 0.45 0.65 0.32
HSL 18.75º 0.48% 0.46% -
HSV(B) 18.75º 0.65% 0.68% -
XYZ 22.26 17.59 6.64 -
YUV 115.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 173 96 61 0 0.45 0.65 0.32 18.75 0.48 0.46
Hex AD 60 3D 0 2D 41 20 13 30 2E
Octal 255 140 75 0 55 101 40 23 60 56
Binary 10101101 1100000 111101 0 101101 1000001 100000 10011 110000 101110

Color Harmonies of #AD603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD603D

Black with #AD603D

Text Example


Text Example

White with #AD603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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