Html Css Color HEX #AC6A47 Tuscany

📋 copy color: '#AC6A47'

red 172 ◦ green 106 ◦ blue 71

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

Shades of Tuscany #AC6A47

Tints of Tuscany #AC6A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

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

R = 49.28%
G = 30.37%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6A47 (or 0xAC6A47) is known color: Tuscany. HEX triplet: AC, 6A and 47. RGB value is (172,106,71). Sum of RGB (Red+Green+Blue) = 172+106+71=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A47 is #5395B8. Grayscale: #797979. Windows color (decimal): -5477817 or 4680364. OLE color: 4680364.

HSL color Cylindrical-coordinate representation of color #AC6A47: hue angle of 20.79º 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 #AC6A47 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 71 -
CMYK 0 0.38 0.59 0.33
HSL 20.79º 0.42% 0.48% -
HSV(B) 20.79º 0.59% 0.67% -
XYZ 23.3 19.53 8.5 -
YUV 121.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 172 106 71 0 0.38 0.59 0.33 20.79 0.42 0.48
Hex AC 6A 47 0 26 3B 21 15 2A 30
Octal 254 152 107 0 46 73 41 25 52 60
Binary 10101100 1101010 1000111 0 100110 111011 100001 10101 101010 110000

Color Harmonies of #AC6A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A47

Black with #AC6A47

Text Example


Text Example

White with #AC6A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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