#AC6F47

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

Shades of Bourbon #AC6F47

Tints of Bourbon #AC6F47

Color information

#AC6F47 (or 0xAC6F47) is unknown color: approx Bourbon. HEX triplet: AC, 6F and 47. RGB value is (172,111,71). Sum of RGB (Red+Green+Blue) = 172+111+71=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F47 is #5390B8. Grayscale: #7C7C7C. Windows color (decimal): -5476537 or 4681644. OLE color: 4681644.

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

Color convert

RGB17211171-
CMYK00.350.590.33
HSL23.76º41.56%47.65%-
HSV(B)23.76º58.72%67.45%-
XYZ23.8420.598.68-
YUV124.6897.71161.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=48.59%
G=31.36%
B=20.06%

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
Decimal1721117100.350.590.3323.7641.5647.65
HexAC6F470233B21182a30
Octal2541571070437341305260
Binary1010110011011111000111010001111101110000111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F47; }

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

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

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

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

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

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

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

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