#ac713f

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

Shades of Bourbon #AC713F

Tints of Bourbon #AC713F

Color information

#AC713F (or 0xAC713F) is unknown color: approx Bourbon. HEX triplet: AC, 71 and 3F. RGB value is (172,113,63). Sum of RGB (Red+Green+Blue) = 172+113+63=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC713F is #538EC0. Grayscale: #7D7D7D. Windows color (decimal): -5476033 or 4157868. OLE color: 4157868.

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

Color convert

RGB17211363-
CMYK00.340.630.33
HSL27.52º46.38%46.08%-
HSV(B)27.52º63.37%67.45%-
XYZ23.8220.947.49-
YUV124.9493.05161.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 63 (25% from 255) = 18.10%
R=49.43%
G=32.47%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721136300.340.630.3327.5246.3846.08
HexAC713F0223F211c2e2e
Octal254161770427741345656
Binary101011001110001111111010001011111110000111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac713f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac713f; }

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

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

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

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

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

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

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

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