#A77147

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

Shades of Bourbon #A77147

Tints of Bourbon #A77147

Color information

#A77147 (or 0xA77147) is unknown color: approx Bourbon. HEX triplet: A7, 71 and 47. RGB value is (167,113,71). Sum of RGB (Red+Green+Blue) = 167+113+71=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A77147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77147 is #588EB8. Grayscale: #7C7C7C. Windows color (decimal): -5803705 or 4682151. OLE color: 4682151.

HSL color Cylindrical-coordinate representation of color #A77147: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A77147 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16711371-
CMYK00.320.570.35
HSL26.25º40.34%46.67%-
HSV(B)26.25º57.49%65.49%-
XYZ22.9820.488.7-
YUV124.3697.89158.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=47.58%
G=32.19%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671137100.320.570.3526.2540.3446.67
HexA7714702039231a282f
Octal2471611070407143325057
Binary1010011111100011000111010000011100110001111010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77147; }

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

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

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

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

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

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

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

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