#A57448

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

Shades of Bourbon #A57448

Tints of Bourbon #A57448

Color information

#A57448 (or 0xA57448) is unknown color: approx Bourbon. HEX triplet: A5, 74 and 48. RGB value is (165,116,72). Sum of RGB (Red+Green+Blue) = 165+116+72=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57448 is #5A8BB7. Grayscale: #7D7D7D. Windows color (decimal): -5934008 or 4748453. OLE color: 4748453.

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

Color convert

RGB16511672-
CMYK00.300.560.35
HSL28.39º39.24%46.47%-
HSV(B)28.39º56.36%64.71%-
XYZ22.9320.968.97-
YUV125.6497.73156.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=46.74%
G=32.86%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651167200.300.560.3528.3939.2446.47
HexA5744801E38231c272e
Octal2451641100367043344756
Binary101001011110100100100001111011100010001111100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57448; }

 p { color: rgb(165,116,72); }

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

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

 a { background-color: rgb(165,116,72); }

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

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

 span { border-color: rgb(165,116,72); }

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