#A77640

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

Shades of Bourbon #A77640

Tints of Bourbon #A77640

Color information

#A77640 (or 0xA77640) is unknown color: approx Bourbon. HEX triplet: A7, 76 and 40. RGB value is (167,118,64). Sum of RGB (Red+Green+Blue) = 167+118+64=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A77640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77640 is #5889BF. Grayscale: #7E7E7E. Windows color (decimal): -5802432 or 4224679. OLE color: 4224679.

HSL color Cylindrical-coordinate representation of color #A77640: hue angle of 31.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A77640 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16711864-
CMYK00.290.620.35
HSL31.46º44.59%45.29%-
HSV(B)31.46º61.68%65.49%-
XYZ23.3421.547.78-
YUV126.4992.73156.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=47.85%
G=33.81%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671186400.290.620.3531.4644.5945.29
HexA7764001D3E231f2d2d
Octal2471661000357643375555
Binary101001111110110100000001110111111010001111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77640; }

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

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

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

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

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

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

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

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