#A57645

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

Shades of Bourbon #A57645

Tints of Bourbon #A57645

Color information

#A57645 (or 0xA57645) is unknown color: approx Bourbon. HEX triplet: A5, 76 and 45. RGB value is (165,118,69). Sum of RGB (Red+Green+Blue) = 165+118+69=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A57645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57645 is #5A89BA. Grayscale: #7E7E7E. Windows color (decimal): -5933499 or 4552357. OLE color: 4552357.

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

Color convert

RGB16511869-
CMYK00.280.580.35
HSL30.62º41.03%45.88%-
HSV(B)30.62º58.18%64.71%-
XYZ23.0721.398.54-
YUV126.4795.57155.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=46.88%
G=33.52%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651186900.280.580.3530.6241.0345.88
HexA5764501C3A231f292e
Octal2451661050347243375156
Binary101001011110110100010101110011101010001111111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57645; }

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

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

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

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

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

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

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

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