#A9743B

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

Shades of Bourbon #A9743B

Tints of Bourbon #A9743B

Color information

#A9743B (or 0xA9743B) is unknown color: approx Bourbon. HEX triplet: A9, 74 and 3B. RGB value is (169,116,59). Sum of RGB (Red+Green+Blue) = 169+116+59=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9743B is #568BC4. Grayscale: #7D7D7D. Windows color (decimal): -5671877 or 3896489. OLE color: 3896489.

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

Color convert

RGB16911659-
CMYK00.310.650.34
HSL31.09º48.25%44.71%-
HSV(B)31.09º65.09%66.27%-
XYZ23.421.247-
YUV125.3590.56159.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.13%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=49.13%
G=33.72%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691165900.310.650.3431.0948.2544.71
HexA9743B01F41221f302d
Octal2511647303710142376055
Binary101010011110100111011011111100000110001011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9743B; }

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

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

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

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

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

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

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

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