#A77345

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

Shades of Bourbon #A77345

Tints of Bourbon #A77345

Color information

#A77345 (or 0xA77345) is unknown color: approx Bourbon. HEX triplet: A7, 73 and 45. RGB value is (167,115,69). Sum of RGB (Red+Green+Blue) = 167+115+69=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A77345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77345 is #588CBA. Grayscale: #7D7D7D. Windows color (decimal): -5803195 or 4551591. OLE color: 4551591.

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

Color convert

RGB16711569-
CMYK00.310.590.35
HSL28.16º41.53%46.27%-
HSV(B)28.16º58.68%65.49%-
XYZ23.1420.918.45-
YUV125.396.23157.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=47.58%
G=32.76%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671156900.310.590.3528.1641.5346.27
HexA7734501F3B231c2a2e
Octal2471631050377343345256
Binary101001111110011100010101111111101110001111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77345; }

 p { color: rgb(167,115,69); }

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

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

 a { background-color: rgb(167,115,69); }

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

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

 span { border-color: rgb(167,115,69); }

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