Html Css Color HEX #AD624A Tuscany

📋 copy color: '#AD624A'

red 173 ◦ green 98 ◦ blue 74

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

Shades of Tuscany #AD624A

Tints of Tuscany #AD624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 50.14%
G = 28.41%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD624A (or 0xAD624A) is known color: Tuscany. HEX triplet: AD, 62 and 4A. RGB value is (173,98,74). Sum of RGB (Red+Green+Blue) = 173+98+74=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD624A is #529DB5. Grayscale: #757575. Windows color (decimal): -5414326 or 4874925. OLE color: 4874925.

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

Color convert

RGB 173 98 74 -
CMYK 0 0.43 0.57 0.32
HSL 14.55º 0.4% 0.48% -
HSV(B) 14.55º 0.57% 0.68% -
XYZ 22.84 18.11 8.77 -
YUV 117.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 173 98 74 0 0.43 0.57 0.32 14.55 0.4 0.48
Hex AD 62 4A 0 2B 39 20 F 28 30
Octal 255 142 112 0 53 71 40 17 50 60
Binary 10101101 1100010 1001010 0 101011 111001 100000 1111 101000 110000

Color Harmonies of #AD624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD624A

Black with #AD624A

Text Example


Text Example

White with #AD624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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