#A57140

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

Shades of Bourbon #A57140

Tints of Bourbon #A57140

Color information

#A57140 (or 0xA57140) is unknown color: approx Bourbon. HEX triplet: A5, 71 and 40. RGB value is (165,113,64). Sum of RGB (Red+Green+Blue) = 165+113+64=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A57140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57140 is #5A8EBF. Grayscale: #7B7B7B. Windows color (decimal): -5934784 or 4223397. OLE color: 4223397.

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

Color convert

RGB16511364-
CMYK00.320.610.35
HSL29.11º44.1%44.9%-
HSV(B)29.11º61.21%64.71%-
XYZ22.3520.187.57-
YUV122.9694.73157.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=48.25%
G=33.04%
B=18.71%

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
Decimal1651136400.320.610.3529.1144.144.9
HexA571400203D231d2c2d
Octal2451611000407543355455
Binary1010010111100011000000010000011110110001111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57140; }

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

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

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

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

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

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

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

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