#AC7144

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

Shades of Bourbon #AC7144

Tints of Bourbon #AC7144

Color information

#AC7144 (or 0xAC7144) is unknown color: approx Bourbon. HEX triplet: AC, 71 and 44. RGB value is (172,113,68). Sum of RGB (Red+Green+Blue) = 172+113+68=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7144 is #538EBB. Grayscale: #7D7D7D. Windows color (decimal): -5476028 or 4485548. OLE color: 4485548.

HSL color Cylindrical-coordinate representation of color #AC7144: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7144 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17211368-
CMYK00.340.600.33
HSL25.96º43.33%47.06%-
HSV(B)25.96º60.47%67.45%-
XYZ23.96218.26-
YUV125.5195.55161.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=48.73%
G=32.01%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721136800.340.600.3325.9643.3347.06
HexAC71440223C211a2b2f
Octal2541611040427441325357
Binary1010110011100011000100010001011110010000111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7144; }

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

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

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

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

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

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

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

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