#AC723B

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

Shades of Bourbon #AC723B

Tints of Bourbon #AC723B

Color information

#AC723B (or 0xAC723B) is unknown color: approx Bourbon. HEX triplet: AC, 72 and 3B. RGB value is (172,114,59). Sum of RGB (Red+Green+Blue) = 172+114+59=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC723B is #538DC4. Grayscale: #7D7D7D. Windows color (decimal): -5475781 or 3895980. OLE color: 3895980.

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

Color convert

RGB17211459-
CMYK00.340.660.33
HSL29.2º48.92%45.29%-
HSV(B)29.2º65.7%67.45%-
XYZ23.8221.126.96-
YUV125.0790.72161.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=49.86%
G=33.04%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721145900.340.660.3329.248.9245.29
HexAC723B02242211d312d
Octal2541627304210241356155
Binary1010110011100101110110100010100001010000111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC723B; }

 p { color: rgb(172,114,59); }

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

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

 a { background-color: rgb(172,114,59); }

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

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

 span { border-color: rgb(172,114,59); }

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