#A76A40

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

Shades of Bourbon #A76A40

Tints of Bourbon #A76A40

Color information

#A76A40 (or 0xA76A40) is unknown color: approx Bourbon. HEX triplet: A7, 6A and 40. RGB value is (167,106,64). Sum of RGB (Red+Green+Blue) = 167+106+64=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A40 is #5895BF. Grayscale: #777777. Windows color (decimal): -5805504 or 4221607. OLE color: 4221607.

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

Color convert

RGB16710664-
CMYK00.370.620.35
HSL24.47º44.59%45.29%-
HSV(B)24.47º61.68%65.49%-
XYZ22.0218.897.34-
YUV119.4596.71161.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=49.55%
G=31.45%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671066400.370.620.3524.4744.5945.29
HexA76A400253E23182d2d
Octal2471521000457643305555
Binary1010011111010101000000010010111111010001111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A40; }

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

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

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

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

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

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

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

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