#A57040

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

Shades of Bourbon #A57040

Tints of Bourbon #A57040

Color information

#A57040 (or 0xA57040) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 40. RGB value is (165,112,64). Sum of RGB (Red+Green+Blue) = 165+112+64=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A57040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57040 is #5A8FBF. Grayscale: #7A7A7A. Windows color (decimal): -5935040 or 4223141. OLE color: 4223141.

HSL color Cylindrical-coordinate representation of color #A57040: hue angle of 28.51º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A57040 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16511264-
CMYK00.320.610.35
HSL28.51º44.1%44.9%-
HSV(B)28.51º61.21%64.71%-
XYZ22.2419.967.53-
YUV122.3895.06158.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=48.39%
G=32.84%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651126400.320.610.3528.5144.144.9
HexA570400203D231d2c2d
Octal2451601000407543355455
Binary1010010111100001000000010000011110110001111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57040; }

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

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

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

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

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

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

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

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