#A76C3B

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

Shades of Bourbon #A76C3B

Tints of Bourbon #A76C3B

Color information

#A76C3B (or 0xA76C3B) is unknown color: approx Bourbon. HEX triplet: A7, 6C and 3B. RGB value is (167,108,59). Sum of RGB (Red+Green+Blue) = 167+108+59=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C3B is #5893C4. Grayscale: #787878. Windows color (decimal): -5804997 or 3894439. OLE color: 3894439.

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

Color convert

RGB16710859-
CMYK00.350.650.35
HSL27.22º47.79%44.31%-
HSV(B)27.22º64.67%65.49%-
XYZ22.0919.266.69-
YUV120.0693.55161.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=50%
G=32.34%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671085900.350.650.3527.2247.7944.31
HexA76C3B02341231b302c
Octal2471547304310143336054
Binary1010011111011001110110100011100000110001111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C3B; }

 p { color: rgb(167,108,59); }

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

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

 a { background-color: rgb(167,108,59); }

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

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

 span { border-color: rgb(167,108,59); }

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