#ac713d

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

Shades of Bourbon #AC713D

Tints of Bourbon #AC713D

Color information

#AC713D (or 0xAC713D) is unknown color: approx Bourbon. HEX triplet: AC, 71 and 3D. RGB value is (172,113,61). Sum of RGB (Red+Green+Blue) = 172+113+61=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC713D is #538EC2. Grayscale: #7C7C7C. Windows color (decimal): -5476035 or 4026796. OLE color: 4026796.

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

Color convert

RGB17211361-
CMYK00.340.650.33
HSL28.11º47.64%45.69%-
HSV(B)28.11º64.53%67.45%-
XYZ23.7620.927.2-
YUV124.7192.05161.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=49.71%
G=32.66%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721136100.340.650.3328.1147.6445.69
HexAC713D02241211c302e
Octal2541617504210141346056
Binary1010110011100011111010100010100000110000111100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac713d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac713d; }

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

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

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

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

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

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

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

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