#AC6D3F

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

Shades of Bourbon #AC6D3F

Tints of Bourbon #AC6D3F

Color information

#AC6D3F (or 0xAC6D3F) is unknown color: approx Bourbon. HEX triplet: AC, 6D and 3F. RGB value is (172,109,63). Sum of RGB (Red+Green+Blue) = 172+109+63=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3F is #5392C0. Grayscale: #7A7A7A. Windows color (decimal): -5477057 or 4156844. OLE color: 4156844.

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

Color convert

RGB17210963-
CMYK00.370.630.33
HSL25.32º46.38%46.08%-
HSV(B)25.32º63.37%67.45%-
XYZ23.3820.077.34-
YUV122.5994.37163.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 63 (25% from 255) = 18.31%
R=50%
G=31.69%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721096300.370.630.3325.3246.3846.08
HexAC6D3F0253F21192e2e
Octal254155770457741315656
Binary101011001101101111111010010111111110000111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D3F; }

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

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

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

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

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

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

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

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