#A97646

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

Shades of Bourbon #A97646

Tints of Bourbon #A97646

Color information

#A97646 (or 0xA97646) is unknown color: approx Bourbon. HEX triplet: A9, 76 and 46. RGB value is (169,118,70). Sum of RGB (Red+Green+Blue) = 169+118+70=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A97646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97646 is #5689B9. Grayscale: #808080. Windows color (decimal): -5671354 or 4617897. OLE color: 4617897.

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

Color convert

RGB16911870-
CMYK00.300.590.34
HSL29.09º41.42%46.86%-
HSV(B)29.09º58.58%66.27%-
XYZ23.9521.838.75-
YUV127.7895.4157.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=47.34%
G=33.05%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691187000.300.590.3429.0941.4246.86
HexA9764601E3B221d292f
Octal2511661060367342355157
Binary101010011110110100011001111011101110001011101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97646; }

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

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

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

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

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

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

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

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