#A57248

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

Shades of Bourbon #A57248

Tints of Bourbon #A57248

Color information

#A57248 (or 0xA57248) is unknown color: approx Bourbon. HEX triplet: A5, 72 and 48. RGB value is (165,114,72). Sum of RGB (Red+Green+Blue) = 165+114+72=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A57248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57248 is #5A8DB7. Grayscale: #7C7C7C. Windows color (decimal): -5934520 or 4747941. OLE color: 4747941.

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

Color convert

RGB16511472-
CMYK00.310.560.35
HSL27.1º39.24%46.47%-
HSV(B)27.1º56.36%64.71%-
XYZ22.720.58.89-
YUV124.4698.4156.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=47.01%
G=32.48%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651147200.310.560.3527.139.2446.47
HexA5724801F38231b272e
Octal2451621100377043334756
Binary101001011110010100100001111111100010001111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57248; }

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

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

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

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

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

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

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

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