#A76F47

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

Shades of Bourbon #A76F47

Tints of Bourbon #A76F47

Color information

#A76F47 (or 0xA76F47) is unknown color: approx Bourbon. HEX triplet: A7, 6F and 47. RGB value is (167,111,71). Sum of RGB (Red+Green+Blue) = 167+111+71=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F47 is #5890B8. Grayscale: #7B7B7B. Windows color (decimal): -5804217 or 4681639. OLE color: 4681639.

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

Color convert

RGB16711171-
CMYK00.340.570.35
HSL25º40.34%46.67%-
HSV(B)25º57.49%65.49%-
XYZ22.7620.048.63-
YUV123.1898.55159.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=47.85%
G=31.81%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671117100.340.570.352540.3446.67
HexA76F47022392319282f
Octal2471571070427143315057
Binary1010011111011111000111010001011100110001111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F47; }

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

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

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

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

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

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

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

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