#AC733D

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

Shades of Bourbon #AC733D

Tints of Bourbon #AC733D

Color information

#AC733D (or 0xAC733D) is unknown color: approx Bourbon. HEX triplet: AC, 73 and 3D. RGB value is (172,115,61). Sum of RGB (Red+Green+Blue) = 172+115+61=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733D is #538CC2. Grayscale: #7E7E7E. Windows color (decimal): -5475523 or 4027308. OLE color: 4027308.

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

Color convert

RGB17211561-
CMYK00.330.650.33
HSL29.19º47.64%45.69%-
HSV(B)29.19º64.53%67.45%-
XYZ23.9921.377.28-
YUV125.8991.38160.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=49.43%
G=33.05%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721156100.330.650.3329.1947.6445.69
HexAC733D02141211d302e
Octal2541637504110141356056
Binary1010110011100111111010100001100000110000111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC733D; }

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

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

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

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

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

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

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

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