Html Css Color HEX #AD5F40 Tuscany

📋 copy color: '#AD5F40'

red 173 ◦ green 95 ◦ blue 64

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

Shades of Tuscany #AD5F40

Tints of Tuscany #AD5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 52.11%
G = 28.61%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD5F40 (or 0xAD5F40) is known color: Tuscany. HEX triplet: AD, 5F and 40. RGB value is (173,95,64). Sum of RGB (Red+Green+Blue) = 173+95+64=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F40 is #52A0BF. Grayscale: #727272. Windows color (decimal): -5415104 or 4218797. OLE color: 4218797.

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

Color convert

RGB 173 95 64 -
CMYK 0 0.45 0.63 0.32
HSL 17.06º 0.46% 0.46% -
HSV(B) 17.06º 0.63% 0.68% -
XYZ 22.25 17.44 7.04 -
YUV 114.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 173 95 64 0 0.45 0.63 0.32 17.06 0.46 0.46
Hex AD 5F 40 0 2D 3F 20 11 2E 2E
Octal 255 137 100 0 55 77 40 21 56 56
Binary 10101101 1011111 1000000 0 101101 111111 100000 10001 101110 101110

Color Harmonies of #AD5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F40

Black with #AD5F40

Text Example


Text Example

White with #AD5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F40; }

 p { color: rgb(173,95,64); }

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

background-color css

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

 a { background-color: rgb(173,95,64); }

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

border-color css

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

 span { border-color: rgb(173,95,64); }

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