#A96C40

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

Shades of Bourbon #A96C40

Tints of Bourbon #A96C40

Color information

#A96C40 (or 0xA96C40) is unknown color: approx Bourbon. HEX triplet: A9, 6C and 40. RGB value is (169,108,64). Sum of RGB (Red+Green+Blue) = 169+108+64=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C40 is #5693BF. Grayscale: #797979. Windows color (decimal): -5673920 or 4222121. OLE color: 4222121.

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

Color convert

RGB16910864-
CMYK00.360.620.34
HSL25.14º45.06%45.69%-
HSV(B)25.14º62.13%66.27%-
XYZ22.6519.537.43-
YUV121.2295.71162.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=49.56%
G=31.67%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691086400.360.620.3425.1445.0645.69
HexA96C400243E22192d2e
Octal2511541000447642315556
Binary1010100111011001000000010010011111010001011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C40; }

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

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

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

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

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

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

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

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