#AC6C3A

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

Shades of Bourbon #AC6C3A

Tints of Bourbon #AC6C3A

Color information

#AC6C3A (or 0xAC6C3A) is unknown color: approx Bourbon. HEX triplet: AC, 6C and 3A. RGB value is (172,108,58). Sum of RGB (Red+Green+Blue) = 172+108+58=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C3A is #5393C5. Grayscale: #797979. Windows color (decimal): -5477318 or 3828908. OLE color: 3828908.

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

Color convert

RGB17210858-
CMYK00.370.660.33
HSL26.32º49.57%45.1%-
HSV(B)26.32º66.28%67.45%-
XYZ23.1419.86.61-
YUV121.4492.2164.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=50.89%
G=31.95%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721085800.370.660.3326.3249.5745.1
HexAC6C3A02542211a322d
Octal2541547204510241326255
Binary1010110011011001110100100101100001010000111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C3A; }

 p { color: rgb(172,108,58); }

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

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

 a { background-color: rgb(172,108,58); }

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

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

 span { border-color: rgb(172,108,58); }

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