Html Css Color HEX #AC5D41 Tuscany

📋 copy color: '#AC5D41'

red 172 ◦ green 93 ◦ blue 65

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

Shades of Tuscany #AC5D41

Tints of Tuscany #AC5D41

RGB

 RED value IS 172 (67.58% from 255) = 52.12%

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 52.12%
G = 28.18%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5D41 (or 0xAC5D41) is known color: Tuscany. HEX triplet: AC, 5D and 41. RGB value is (172,93,65). Sum of RGB (Red+Green+Blue) = 172+93+65=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D41 is #53A2BE. Grayscale: #717171. Windows color (decimal): -5481151 or 4283820. OLE color: 4283820.

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

Color convert

RGB 172 93 65 -
CMYK 0 0.46 0.62 0.33
HSL 15.7º 0.45% 0.46% -
HSV(B) 15.7º 0.62% 0.67% -
XYZ 21.88 16.98 7.13 -
YUV 113.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 172 93 65 0 0.46 0.62 0.33 15.7 0.45 0.46
Hex AC 5D 41 0 2E 3E 21 10 2D 2E
Octal 254 135 101 0 56 76 41 20 55 56
Binary 10101100 1011101 1000001 0 101110 111110 100001 10000 101101 101110

Color Harmonies of #AC5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D41

Black with #AC5D41

Text Example


Text Example

White with #AC5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D41; }

 p { color: rgb(172,93,65); }

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

background-color css

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

 a { background-color: rgb(172,93,65); }

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

border-color css

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

 span { border-color: rgb(172,93,65); }

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