#A9743E

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

Shades of Bourbon #A9743E

Tints of Bourbon #A9743E

Color information

#A9743E (or 0xA9743E) is unknown color: approx Bourbon. HEX triplet: A9, 74 and 3E. RGB value is (169,116,62). Sum of RGB (Red+Green+Blue) = 169+116+62=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9743E is #568BC1. Grayscale: #7D7D7D. Windows color (decimal): -5671874 or 4093097. OLE color: 4093097.

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

Color convert

RGB16911662-
CMYK00.310.630.34
HSL30.28º46.32%45.29%-
HSV(B)30.28º63.31%66.27%-
XYZ23.4821.277.43-
YUV125.6992.06158.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=48.70%
G=33.43%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691166200.310.630.3430.2846.3245.29
HexA9743E01F3F221e2e2d
Octal251164760377742365655
Binary10101001111010011111001111111111110001011110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9743E; }

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

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

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

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

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

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

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

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