#A96740

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

Shades of Bourbon #A96740

Tints of Bourbon #A96740

Color information

#A96740 (or 0xA96740) is unknown color: approx Bourbon. HEX triplet: A9, 67 and 40. RGB value is (169,103,64). Sum of RGB (Red+Green+Blue) = 169+103+64=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A96740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96740 is #5698BF. Grayscale: #767676. Windows color (decimal): -5675200 or 4220841. OLE color: 4220841.

HSL color Cylindrical-coordinate representation of color #A96740: hue angle of 22.29º 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 #A96740 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16910364-
CMYK00.390.620.34
HSL22.29º45.06%45.69%-
HSV(B)22.29º62.13%66.27%-
XYZ22.1418.517.26-
YUV118.2997.37164.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=50.30%
G=30.65%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691036400.390.620.3422.2945.0645.69
HexA967400273E22162d2e
Octal2511471000477642265556
Binary1010100111001111000000010011111111010001010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96740; }

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

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

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

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

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

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

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

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