#AC7744

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

Shades of Bourbon #AC7744

Tints of Bourbon #AC7744

Color information

#AC7744 (or 0xAC7744) is unknown color: approx Bourbon. HEX triplet: AC, 77 and 44. RGB value is (172,119,68). Sum of RGB (Red+Green+Blue) = 172+119+68=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7744 is #5388BB. Grayscale: #818181. Windows color (decimal): -5474492 or 4487084. OLE color: 4487084.

HSL color Cylindrical-coordinate representation of color #AC7744: hue angle of 29.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7744 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17211968-
CMYK00.310.600.33
HSL29.42º43.33%47.06%-
HSV(B)29.42º60.47%67.45%-
XYZ24.6522.388.49-
YUV129.0393.56158.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=47.91%
G=33.15%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721196800.310.600.3329.4243.3347.06
HexAC774401F3C211d2b2f
Octal2541671040377441355357
Binary101011001110111100010001111111110010000111101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7744; }

 p { color: rgb(172,119,68); }

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

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

 a { background-color: rgb(172,119,68); }

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

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

 span { border-color: rgb(172,119,68); }

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