#AC7047

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

Shades of Bourbon #AC7047

Tints of Bourbon #AC7047

Color information

#AC7047 (or 0xAC7047) is unknown color: approx Bourbon. HEX triplet: AC, 70 and 47. RGB value is (172,112,71). Sum of RGB (Red+Green+Blue) = 172+112+71=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7047 is #538FB8. Grayscale: #7D7D7D. Windows color (decimal): -5476281 or 4681900. OLE color: 4681900.

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

Color convert

RGB17211271-
CMYK00.350.590.33
HSL24.36º41.56%47.65%-
HSV(B)24.36º58.72%67.45%-
XYZ23.9420.818.72-
YUV125.2797.38161.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 71 (28.12% from 255) = 20%
R=48.45%
G=31.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721127100.350.590.3324.3641.5647.65
HexAC70470233B21182a30
Octal2541601070437341305260
Binary1010110011100001000111010001111101110000111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7047; }

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

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

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

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

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

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

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

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