#AC6F40

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

Shades of Bourbon #AC6F40

Tints of Bourbon #AC6F40

Color information

#AC6F40 (or 0xAC6F40) is unknown color: approx Bourbon. HEX triplet: AC, 6F and 40. RGB value is (172,111,64). Sum of RGB (Red+Green+Blue) = 172+111+64=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F40 is #5390BF. Grayscale: #7C7C7C. Windows color (decimal): -5476544 or 4222892. OLE color: 4222892.

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

Color convert

RGB17211164-
CMYK00.350.630.33
HSL26.11º45.76%46.27%-
HSV(B)26.11º62.79%67.45%-
XYZ23.6220.517.56-
YUV123.8894.21162.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=49.57%
G=31.99%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721116400.350.630.3326.1145.7646.27
HexAC6F400233F211a2e2e
Octal2541571000437741325656
Binary1010110011011111000000010001111111110000111010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F40; }

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

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

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

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

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

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

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

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