#A8743C

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

Shades of Bourbon #A8743C

Tints of Bourbon #A8743C

Color information

#A8743C (or 0xA8743C) is unknown color: approx Bourbon. HEX triplet: A8, 74 and 3C. RGB value is (168,116,60). Sum of RGB (Red+Green+Blue) = 168+116+60=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8743C is #578BC3. Grayscale: #7D7D7D. Windows color (decimal): -5737412 or 3962024. OLE color: 3962024.

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

Color convert

RGB16811660-
CMYK00.310.640.34
HSL31.11º47.37%44.71%-
HSV(B)31.11º64.29%65.88%-
XYZ23.2121.147.13-
YUV125.1691.23158.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=48.84%
G=33.72%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681166000.310.640.3431.1147.3744.71
HexA8743C01F40221f2f2d
Octal2501647403710042375755
Binary101010001110100111100011111100000010001011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8743C; }

 p { color: rgb(168,116,60); }

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

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

 a { background-color: rgb(168,116,60); }

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

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

 span { border-color: rgb(168,116,60); }

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