#AC6841

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

Shades of Bourbon #AC6841

Tints of Bourbon #AC6841

Color information

#AC6841 (or 0xAC6841) is unknown color: approx Bourbon. HEX triplet: AC, 68 and 41. RGB value is (172,104,65). Sum of RGB (Red+Green+Blue) = 172+104+65=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6841 is #5397BE. Grayscale: #787878. Windows color (decimal): -5478335 or 4286636. OLE color: 4286636.

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

Color convert

RGB17210465-
CMYK00.400.620.33
HSL21.87º45.15%46.47%-
HSV(B)21.87º62.21%67.45%-
XYZ22.9219.057.47-
YUV119.8997.03165.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=50.44%
G=30.50%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721046500.400.620.3321.8745.1546.47
HexAC68410283E21162d2e
Octal2541501010507641265556
Binary1010110011010001000001010100011111010000110110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6841; }

 p { color: rgb(172,104,65); }

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

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

 a { background-color: rgb(172,104,65); }

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

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

 span { border-color: rgb(172,104,65); }

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