#A97446

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

Shades of Bourbon #A97446

Tints of Bourbon #A97446

Color information

#A97446 (or 0xA97446) is unknown color: approx Bourbon. HEX triplet: A9, 74 and 46. RGB value is (169,116,70). Sum of RGB (Red+Green+Blue) = 169+116+70=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A97446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97446 is #568BB9. Grayscale: #7E7E7E. Windows color (decimal): -5671866 or 4617385. OLE color: 4617385.

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

Color convert

RGB16911670-
CMYK00.310.590.34
HSL27.88º41.42%46.86%-
HSV(B)27.88º58.58%66.27%-
XYZ23.7121.378.67-
YUV126.696.06158.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=47.61%
G=32.68%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691167000.310.590.3427.8841.4246.86
HexA9744601F3B221c292f
Octal2511641060377342345157
Binary101010011110100100011001111111101110001011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97446; }

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

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

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

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

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

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

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

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