#A57048

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

Shades of Bourbon #A57048

Tints of Bourbon #A57048

Color information

#A57048 (or 0xA57048) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 48. RGB value is (165,112,72). Sum of RGB (Red+Green+Blue) = 165+112+72=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A57048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57048 is #5A8FB7. Grayscale: #7B7B7B. Windows color (decimal): -5935032 or 4747429. OLE color: 4747429.

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

Color convert

RGB16511272-
CMYK00.320.560.35
HSL25.81º39.24%46.47%-
HSV(B)25.81º56.36%64.71%-
XYZ22.4820.068.82-
YUV123.2999.06157.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=47.28%
G=32.09%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651127200.320.560.3525.8139.2446.47
HexA5704802038231a272e
Octal2451601100407043324756
Binary1010010111100001001000010000011100010001111010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57048; }

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

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

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

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

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

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

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

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