#A96941

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

Shades of Bourbon #A96941

Tints of Bourbon #A96941

Color information

#A96941 (or 0xA96941) is unknown color: approx Bourbon. HEX triplet: A9, 69 and 41. RGB value is (169,105,65). Sum of RGB (Red+Green+Blue) = 169+105+65=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96941 is #5696BE. Grayscale: #777777. Windows color (decimal): -5674687 or 4286889. OLE color: 4286889.

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

Color convert

RGB16910565-
CMYK00.380.620.34
HSL23.08º44.44%45.88%-
HSV(B)23.08º61.54%66.27%-
XYZ22.3718.927.47-
YUV119.5897.2163.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=49.85%
G=30.97%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691056500.380.620.3423.0844.4445.88
HexA969410263E22172c2e
Octal2511511010467642275456
Binary1010100111010011000001010011011111010001010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96941; }

 p { color: rgb(169,105,65); }

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

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

 a { background-color: rgb(169,105,65); }

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

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

 span { border-color: rgb(169,105,65); }

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