#A96B3F

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

Shades of Bourbon #A96B3F

Tints of Bourbon #A96B3F

Color information

#A96B3F (or 0xA96B3F) is unknown color: approx Bourbon. HEX triplet: A9, 6B and 3F. RGB value is (169,107,63). Sum of RGB (Red+Green+Blue) = 169+107+63=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B3F is #5694C0. Grayscale: #787878. Windows color (decimal): -5674177 or 4156329. OLE color: 4156329.

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

Color convert

RGB16910763-
CMYK00.370.630.34
HSL24.91º45.69%45.49%-
HSV(B)24.91º62.72%66.27%-
XYZ22.5219.317.24-
YUV120.5295.54162.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 63 (25% from 255) = 18.58%
R=49.85%
G=31.56%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691076300.370.630.3424.9145.6945.49
HexA96B3F0253F22192e2d
Octal251153770457742315655
Binary101010011101011111111010010111111110001011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B3F; }

 p { color: rgb(169,107,63); }

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

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

 a { background-color: rgb(169,107,63); }

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

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

 span { border-color: rgb(169,107,63); }

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