#AC7140

Color #AC7140 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #AC7140

Tints of Bourbon #AC7140

Color information

#AC7140 (or 0xAC7140) is unknown color: approx Bourbon. HEX triplet: AC, 71 and 40. RGB value is (172,113,64). Sum of RGB (Red+Green+Blue) = 172+113+64=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7140 is #538EBF. Grayscale: #7D7D7D. Windows color (decimal): -5476032 or 4223404. OLE color: 4223404.

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

Color convert

RGB17211364-
CMYK00.340.630.33
HSL27.22º45.76%46.27%-
HSV(B)27.22º62.79%67.45%-
XYZ23.8420.957.64-
YUV125.0693.55161.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=49.28%
G=32.38%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721136400.340.630.3327.2245.7646.27
HexAC71400223F211b2e2e
Octal2541611000427741335656
Binary1010110011100011000000010001011111110000111011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7140; }

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

 H1.HeaderClassName
 {
   color: #AC7140;
 }
 .AnyTagClassName
 {
   color: #AC7140;
 }
</style>
background-color css

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

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

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

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

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

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