Html Css Color HEX #AC6140 Tuscany

📋 copy color: '#AC6140'

red 172 ◦ green 97 ◦ blue 64

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

Shades of Tuscany #AC6140

Tints of Tuscany #AC6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 51.65%
G = 29.13%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6140 (or 0xAC6140) is known color: Tuscany. HEX triplet: AC, 61 and 40. RGB value is (172,97,64). Sum of RGB (Red+Green+Blue) = 172+97+64=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6140 is #539EBF. Grayscale: #737373. Windows color (decimal): -5480128 or 4219308. OLE color: 4219308.

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

Color convert

RGB 172 97 64 -
CMYK 0 0.44 0.63 0.33
HSL 18.33º 0.46% 0.46% -
HSV(B) 18.33º 0.63% 0.67% -
XYZ 22.21 17.69 7.09 -
YUV 115.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 172 97 64 0 0.44 0.63 0.33 18.33 0.46 0.46
Hex AC 61 40 0 2C 3F 21 12 2E 2E
Octal 254 141 100 0 54 77 41 22 56 56
Binary 10101100 1100001 1000000 0 101100 111111 100001 10010 101110 101110

Color Harmonies of #AC6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6140

Black with #AC6140

Text Example


Text Example

White with #AC6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6140; }

 p { color: rgb(172,97,64); }

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

background-color css

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

 a { background-color: rgb(172,97,64); }

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

border-color css

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

 span { border-color: rgb(172,97,64); }

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