#AC6D3A

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

Shades of Bourbon #AC6D3A

Tints of Bourbon #AC6D3A

Color information

#AC6D3A (or 0xAC6D3A) is unknown color: approx Bourbon. HEX triplet: AC, 6D and 3A. RGB value is (172,109,58). Sum of RGB (Red+Green+Blue) = 172+109+58=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3A is #5392C5. Grayscale: #7A7A7A. Windows color (decimal): -5477062 or 3829164. OLE color: 3829164.

HSL color Cylindrical-coordinate representation of color #AC6D3A: hue angle of 26.84º 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 #AC6D3A is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17210958-
CMYK00.370.660.33
HSL26.84º49.57%45.1%-
HSV(B)26.84º66.28%67.45%-
XYZ23.2520.016.64-
YUV122.0291.87163.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=50.74%
G=32.15%
B=17.11%

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
Decimal1721095800.370.660.3326.8449.5745.1
HexAC6D3A02542211b322d
Octal2541557204510241336255
Binary1010110011011011110100100101100001010000111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D3A; }

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

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

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

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

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

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

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

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