#A97545

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

Shades of Bourbon #A97545

Tints of Bourbon #A97545

Color information

#A97545 (or 0xA97545) is unknown color: approx Bourbon. HEX triplet: A9, 75 and 45. RGB value is (169,117,69). Sum of RGB (Red+Green+Blue) = 169+117+69=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A97545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97545 is #568ABA. Grayscale: #7F7F7F. Windows color (decimal): -5671611 or 4552105. OLE color: 4552105.

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

Color convert

RGB16911769-
CMYK00.310.590.34
HSL28.8º42.02%46.67%-
HSV(B)28.8º59.17%66.27%-
XYZ23.821.598.54-
YUV127.0895.23157.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=47.61%
G=32.96%
B=19.44%

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
Decimal1691176900.310.590.3428.842.0246.67
HexA9754501F3B221d2a2f
Octal2511651050377342355257
Binary101010011110101100010101111111101110001011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97545; }

 p { color: rgb(169,117,69); }

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

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

 a { background-color: rgb(169,117,69); }

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

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

 span { border-color: rgb(169,117,69); }

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