Html Css Color HEX #AC5D47 Tuscany

📋 copy color: '#AC5D47'

red 172 ◦ green 93 ◦ blue 71

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

Shades of Tuscany #AC5D47

Tints of Tuscany #AC5D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 51.19%
G = 27.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC5D47 (or 0xAC5D47) is known color: Tuscany. HEX triplet: AC, 5D and 47. RGB value is (172,93,71). Sum of RGB (Red+Green+Blue) = 172+93+71=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D47 is #53A2B8. Grayscale: #727272. Windows color (decimal): -5481145 or 4677036. OLE color: 4677036.

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

Color convert

RGB 172 93 71 -
CMYK 0 0.46 0.59 0.33
HSL 13.07º 0.42% 0.48% -
HSV(B) 13.07º 0.59% 0.67% -
XYZ 22.06 17.05 8.09 -
YUV 114.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 172 93 71 0 0.46 0.59 0.33 13.07 0.42 0.48
Hex AC 5D 47 0 2E 3B 21 D 2A 30
Octal 254 135 107 0 56 73 41 15 52 60
Binary 10101100 1011101 1000111 0 101110 111011 100001 1101 101010 110000

Color Harmonies of #AC5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D47

Black with #AC5D47

Text Example


Text Example

White with #AC5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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