#AC6E39

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

Shades of Bourbon #AC6E39

Tints of Bourbon #AC6E39

Color information

#AC6E39 (or 0xAC6E39) is unknown color: approx Bourbon. HEX triplet: AC, 6E and 39. RGB value is (172,110,57). Sum of RGB (Red+Green+Blue) = 172+110+57=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E39 is #5391C6. Grayscale: #7A7A7A. Windows color (decimal): -5476807 or 3763884. OLE color: 3763884.

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

Color convert

RGB17211057-
CMYK00.360.670.33
HSL27.65º50.22%44.9%-
HSV(B)27.65º66.86%67.45%-
XYZ23.3320.226.54-
YUV122.591.04163.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=50.74%
G=32.45%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721105700.360.670.3327.6550.2244.9
HexAC6E3902443211c322d
Octal2541567104410341346255
Binary1010110011011101110010100100100001110000111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E39; }

 p { color: rgb(172,110,57); }

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

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

 a { background-color: rgb(172,110,57); }

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

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

 span { border-color: rgb(172,110,57); }

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