#AC733F

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

Shades of Bourbon #AC733F

Tints of Bourbon #AC733F

Color information

#AC733F (or 0xAC733F) is unknown color: approx Bourbon. HEX triplet: AC, 73 and 3F. RGB value is (172,115,63). Sum of RGB (Red+Green+Blue) = 172+115+63=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733F is #538CC0. Grayscale: #7E7E7E. Windows color (decimal): -5475521 or 4158380. OLE color: 4158380.

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

Color convert

RGB17211563-
CMYK00.330.630.33
HSL28.62º46.38%46.08%-
HSV(B)28.62º63.37%67.45%-
XYZ24.0421.397.56-
YUV126.1292.38160.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 63 (25% from 255) = 18%
R=49.14%
G=32.86%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721156300.330.630.3328.6246.3846.08
HexAC733F0213F211d2e2e
Octal254163770417741355656
Binary101011001110011111111010000111111110000111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC733F; }

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

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

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

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

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

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

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

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