#A57247

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

Shades of Bourbon #A57247

Tints of Bourbon #A57247

Color information

#A57247 (or 0xA57247) is unknown color: approx Bourbon. HEX triplet: A5, 72 and 47. RGB value is (165,114,71). Sum of RGB (Red+Green+Blue) = 165+114+71=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A57247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57247 is #5A8DB8. Grayscale: #7C7C7C. Windows color (decimal): -5934521 or 4682405. OLE color: 4682405.

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

Color convert

RGB16511471-
CMYK00.310.570.35
HSL27.45º39.83%46.27%-
HSV(B)27.45º56.97%64.71%-
XYZ22.6720.498.72-
YUV124.3597.9157-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=47.14%
G=32.57%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651147100.310.570.3527.4539.8346.27
HexA5724701F39231b282e
Octal2451621070377143335056
Binary101001011110010100011101111111100110001111011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57247; }

 p { color: rgb(165,114,71); }

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

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

 a { background-color: rgb(165,114,71); }

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

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

 span { border-color: rgb(165,114,71); }

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