#AC7349

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

Shades of Bourbon #AC7349

Tints of Bourbon #AC7349

Color information

#AC7349 (or 0xAC7349) is unknown color: approx Bourbon. HEX triplet: AC, 73 and 49. RGB value is (172,115,73). Sum of RGB (Red+Green+Blue) = 172+115+73=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7349 is #538CB6. Grayscale: #7F7F7F. Windows color (decimal): -5475511 or 4813740. OLE color: 4813740.

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

Color convert

RGB17211573-
CMYK00.330.580.33
HSL25.45º40.41%48.04%-
HSV(B)25.45º57.56%67.45%-
XYZ24.3521.519.17-
YUV127.2697.38159.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=47.78%
G=31.94%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721157300.330.580.3325.4540.4148.04
HexAC73490213A21192830
Octal2541631110417241315060
Binary1010110011100111001001010000111101010000111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7349; }

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

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

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

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

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

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

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

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