#AC6D46

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

Shades of Bourbon #AC6D46

Tints of Bourbon #AC6D46

Color information

#AC6D46 (or 0xAC6D46) is unknown color: approx Bourbon. HEX triplet: AC, 6D and 46. RGB value is (172,109,70). Sum of RGB (Red+Green+Blue) = 172+109+70=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D46 is #5392B9. Grayscale: #7B7B7B. Windows color (decimal): -5477050 or 4615596. OLE color: 4615596.

HSL color Cylindrical-coordinate representation of color #AC6D46: hue angle of 22.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC6D46 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17210970-
CMYK00.370.590.33
HSL22.94º42.15%47.45%-
HSV(B)22.94º59.3%67.45%-
XYZ23.5920.158.44-
YUV123.3997.87162.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=49.00%
G=31.05%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721097000.370.590.3322.9442.1547.45
HexAC6D460253B21172a2f
Octal2541551060457341275257
Binary1010110011011011000110010010111101110000110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D46; }

 p { color: rgb(172,109,70); }

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

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

 a { background-color: rgb(172,109,70); }

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

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

 span { border-color: rgb(172,109,70); }

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