#A97444

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

Shades of Bourbon #A97444

Tints of Bourbon #A97444

Color information

#A97444 (or 0xA97444) is unknown color: approx Bourbon. HEX triplet: A9, 74 and 44. RGB value is (169,116,68). Sum of RGB (Red+Green+Blue) = 169+116+68=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A97444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97444 is #568BBB. Grayscale: #7E7E7E. Windows color (decimal): -5671868 or 4486313. OLE color: 4486313.

HSL color Cylindrical-coordinate representation of color #A97444: hue angle of 28.51º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A97444 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16911668-
CMYK00.310.600.34
HSL28.51º42.62%46.47%-
HSV(B)28.51º59.76%66.27%-
XYZ23.6521.348.34-
YUV126.3795.06158.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=47.88%
G=32.86%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691166800.310.600.3428.5142.6246.47
HexA9744401F3C221d2b2e
Octal2511641040377442355356
Binary101010011110100100010001111111110010001011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97444; }

 p { color: rgb(169,116,68); }

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

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

 a { background-color: rgb(169,116,68); }

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

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

 span { border-color: rgb(169,116,68); }

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