#A77140

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

Shades of Bourbon #A77140

Tints of Bourbon #A77140

Color information

#A77140 (or 0xA77140) is unknown color: approx Bourbon. HEX triplet: A7, 71 and 40. RGB value is (167,113,64). Sum of RGB (Red+Green+Blue) = 167+113+64=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A77140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77140 is #588EBF. Grayscale: #7B7B7B. Windows color (decimal): -5803712 or 4223399. OLE color: 4223399.

HSL color Cylindrical-coordinate representation of color #A77140: hue angle of 28.54º 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 #A77140 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16711364-
CMYK00.320.620.35
HSL28.54º44.59%45.29%-
HSV(B)28.54º61.68%65.49%-
XYZ22.7720.47.59-
YUV123.5694.39158.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=48.55%
G=32.85%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671136400.320.620.3528.5444.5945.29
HexA771400203E231d2d2d
Octal2471611000407643355555
Binary1010011111100011000000010000011111010001111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77140; }

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

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

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

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

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

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

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

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