#AC7548

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

Shades of Bourbon #AC7548

Tints of Bourbon #AC7548

Color information

#AC7548 (or 0xAC7548) is unknown color: approx Bourbon. HEX triplet: AC, 75 and 48. RGB value is (172,117,72). Sum of RGB (Red+Green+Blue) = 172+117+72=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7548 is #538AB7. Grayscale: #808080. Windows color (decimal): -5475000 or 4748716. OLE color: 4748716.

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

Color convert

RGB17211772-
CMYK00.320.580.33
HSL27º40.98%47.84%-
HSV(B)27º58.14%67.45%-
XYZ24.5421.969.08-
YUV128.3296.22159.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=47.65%
G=32.41%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721177200.320.580.332740.9847.84
HexAC75480203A211b2930
Octal2541651100407241335160
Binary1010110011101011001000010000011101010000111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7548; }

 p { color: rgb(172,117,72); }

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

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

 a { background-color: rgb(172,117,72); }

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

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

 span { border-color: rgb(172,117,72); }

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