#A96D46

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

Shades of Bourbon #A96D46

Tints of Bourbon #A96D46

Color information

#A96D46 (or 0xA96D46) is unknown color: approx Bourbon. HEX triplet: A9, 6D and 46. RGB value is (169,109,70). Sum of RGB (Red+Green+Blue) = 169+109+70=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D46 is #5692B9. Grayscale: #7A7A7A. Windows color (decimal): -5673658 or 4615593. OLE color: 4615593.

HSL color Cylindrical-coordinate representation of color #A96D46: hue angle of 23.64º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A96D46 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16910970-
CMYK00.360.590.34
HSL23.64º41.42%46.86%-
HSV(B)23.64º58.58%66.27%-
XYZ22.9419.818.41-
YUV122.4998.38161.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=48.56%
G=31.32%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691097000.360.590.3423.6441.4246.86
HexA96D460243B2218292f
Octal2511551060447342305157
Binary1010100111011011000110010010011101110001011000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D46; }

 p { color: rgb(169,109,70); }

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

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

 a { background-color: rgb(169,109,70); }

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

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

 span { border-color: rgb(169,109,70); }

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