#AC7249

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

Shades of Bourbon #AC7249

Tints of Bourbon #AC7249

Color information

#AC7249 (or 0xAC7249) is unknown color: approx Bourbon. HEX triplet: AC, 72 and 49. RGB value is (172,114,73). Sum of RGB (Red+Green+Blue) = 172+114+73=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7249 is #538DB6. Grayscale: #7E7E7E. Windows color (decimal): -5475767 or 4813484. OLE color: 4813484.

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

Color convert

RGB17211473-
CMYK00.340.580.33
HSL24.85º40.41%48.04%-
HSV(B)24.85º57.56%67.45%-
XYZ24.2321.299.13-
YUV126.6797.72160.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=47.91%
G=31.75%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721147300.340.580.3324.8540.4148.04
HexAC72490223A21192830
Octal2541621110427241315060
Binary1010110011100101001001010001011101010000111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7249; }

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

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

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

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

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

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

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

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