Html Css Color HEX #AD623D Tuscany

📋 copy color: '#AD623D'

red 173 ◦ green 98 ◦ blue 61

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

Shades of Tuscany #AD623D

Tints of Tuscany #AD623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 52.11%
G = 29.52%
B = 18.37%

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

#AD623D (or 0xAD623D) is known color: Tuscany. HEX triplet: AD, 62 and 3D. RGB value is (173,98,61). Sum of RGB (Red+Green+Blue) = 173+98+61=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD623D is #529DC2. Grayscale: #747474. Windows color (decimal): -5414339 or 4022957. OLE color: 4022957.

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

Color convert

RGB 173 98 61 -
CMYK 0 0.43 0.65 0.32
HSL 19.82º 0.48% 0.46% -
HSV(B) 19.82º 0.65% 0.68% -
XYZ 22.44 17.96 6.7 -
YUV 116.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 173 98 61 0 0.43 0.65 0.32 19.82 0.48 0.46
Hex AD 62 3D 0 2B 41 20 14 30 2E
Octal 255 142 75 0 53 101 40 24 60 56
Binary 10101101 1100010 111101 0 101011 1000001 100000 10100 110000 101110

Color Harmonies of #AD623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD623D

Black with #AD623D

Text Example


Text Example

White with #AD623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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