Html Css Color HEX #AD623F Tuscany

📋 copy color: '#AD623F'

red 173 ◦ green 98 ◦ blue 63

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

Shades of Tuscany #AD623F

Tints of Tuscany #AD623F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 51.8%
G = 29.34%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD623F (or 0xAD623F) is known color: Tuscany. HEX triplet: AD, 62 and 3F. RGB value is (173,98,63). Sum of RGB (Red+Green+Blue) = 173+98+63=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD623F is #529DC0. Grayscale: #747474. Windows color (decimal): -5414337 or 4154029. OLE color: 4154029.

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

Color convert

RGB 173 98 63 -
CMYK 0 0.43 0.64 0.32
HSL 19.09º 0.47% 0.46% -
HSV(B) 19.09º 0.64% 0.68% -
XYZ 22.5 17.98 6.99 -
YUV 116.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 173 98 63 0 0.43 0.64 0.32 19.09 0.47 0.46
Hex AD 62 3F 0 2B 40 20 13 2F 2E
Octal 255 142 77 0 53 100 40 23 57 56
Binary 10101101 1100010 111111 0 101011 1000000 100000 10011 101111 101110

Color Harmonies of #AD623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD623F

Black with #AD623F

Text Example


Text Example

White with #AD623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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