#A97140

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

Shades of Bourbon #A97140

Tints of Bourbon #A97140

Color information

#A97140 (or 0xA97140) is unknown color: approx Bourbon. HEX triplet: A9, 71 and 40. RGB value is (169,113,64). Sum of RGB (Red+Green+Blue) = 169+113+64=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A97140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97140 is #568EBF. Grayscale: #7C7C7C. Windows color (decimal): -5672640 or 4223401. OLE color: 4223401.

HSL color Cylindrical-coordinate representation of color #A97140: hue angle of 28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A97140 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16911364-
CMYK00.330.620.34
HSL28º45.06%45.69%-
HSV(B)28º62.13%66.27%-
XYZ23.1920.627.61-
YUV124.1694.05159.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=48.84%
G=32.66%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691136400.330.620.342845.0645.69
HexA971400213E221c2d2e
Octal2511611000417642345556
Binary1010100111100011000000010000111111010001011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97140; }

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

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

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

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

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

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

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

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