#AC733E

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

Shades of Bourbon #AC733E

Tints of Bourbon #AC733E

Color information

#AC733E (or 0xAC733E) is unknown color: approx Bourbon. HEX triplet: AC, 73 and 3E. RGB value is (172,115,62). Sum of RGB (Red+Green+Blue) = 172+115+62=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733E is #538CC1. Grayscale: #7E7E7E. Windows color (decimal): -5475522 or 4092844. OLE color: 4092844.

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

Color convert

RGB17211562-
CMYK00.330.640.33
HSL28.91º47.01%45.88%-
HSV(B)28.91º63.95%67.45%-
XYZ24.0121.387.42-
YUV12691.88160.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=49.28%
G=32.95%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721156200.330.640.3328.9147.0145.88
HexAC733E02140211d2f2e
Octal2541637604110041355756
Binary1010110011100111111100100001100000010000111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC733E; }

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

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

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

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

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

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

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

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