#AC7640

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

Shades of Bourbon #AC7640

Tints of Bourbon #AC7640

Color information

#AC7640 (or 0xAC7640) is unknown color: approx Bourbon. HEX triplet: AC, 76 and 40. RGB value is (172,118,64). Sum of RGB (Red+Green+Blue) = 172+118+64=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7640 is #5389BF. Grayscale: #808080. Windows color (decimal): -5474752 or 4224684. OLE color: 4224684.

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

Color convert

RGB17211864-
CMYK00.310.630.33
HSL30º45.76%46.27%-
HSV(B)30º62.79%67.45%-
XYZ24.4222.17.83-
YUV127.9991.89159.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=48.59%
G=33.33%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721186400.310.630.333045.7646.27
HexAC764001F3F211e2e2e
Octal2541661000377741365656
Binary101011001110110100000001111111111110000111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7640; }

 p { color: rgb(172,118,64); }

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

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

 a { background-color: rgb(172,118,64); }

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

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

 span { border-color: rgb(172,118,64); }

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