Html Css Color HEX #AD633D Tuscany

📋 copy color: '#AD633D'

red 173 ◦ green 99 ◦ blue 61

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

Shades of Tuscany #AD633D

Tints of Tuscany #AD633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 51.95%
G = 29.73%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD633D (or 0xAD633D) is known color: Tuscany. HEX triplet: AD, 63 and 3D. RGB value is (173,99,61). Sum of RGB (Red+Green+Blue) = 173+99+61=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD633D is #529CC2. Grayscale: #757575. Windows color (decimal): -5414083 or 4023213. OLE color: 4023213.

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

Color convert

RGB 173 99 61 -
CMYK 0 0.43 0.65 0.32
HSL 20.36º 0.48% 0.46% -
HSV(B) 20.36º 0.65% 0.68% -
XYZ 22.54 18.14 6.73 -
YUV 116.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 173 99 61 0 0.43 0.65 0.32 20.36 0.48 0.46
Hex AD 63 3D 0 2B 41 20 14 30 2E
Octal 255 143 75 0 53 101 40 24 60 56
Binary 10101101 1100011 111101 0 101011 1000001 100000 10100 110000 101110

Color Harmonies of #AD633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD633D

Black with #AD633D

Text Example


Text Example

White with #AD633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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