#A77645

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

Shades of Bourbon #A77645

Tints of Bourbon #A77645

Color information

#A77645 (or 0xA77645) is unknown color: approx Bourbon. HEX triplet: A7, 76 and 45. RGB value is (167,118,69). Sum of RGB (Red+Green+Blue) = 167+118+69=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A77645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77645 is #5889BA. Grayscale: #7F7F7F. Windows color (decimal): -5802427 or 4552359. OLE color: 4552359.

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

Color convert

RGB16711869-
CMYK00.290.590.35
HSL30º41.53%46.27%-
HSV(B)30º58.68%65.49%-
XYZ23.4921.68.56-
YUV127.0695.23156.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=47.18%
G=33.33%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671186900.290.590.353041.5346.27
HexA7764501D3B231e2a2e
Octal2471661050357343365256
Binary101001111110110100010101110111101110001111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77645; }

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

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

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

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

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

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

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

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