#A86D3A

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

Shades of Bourbon #A86D3A

Tints of Bourbon #A86D3A

Color information

#A86D3A (or 0xA86D3A) is unknown color: approx Bourbon. HEX triplet: A8, 6D and 3A. RGB value is (168,109,58). Sum of RGB (Red+Green+Blue) = 168+109+58=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D3A is #5792C5. Grayscale: #797979. Windows color (decimal): -5739206 or 3829160. OLE color: 3829160.

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

Color convert

RGB16810958-
CMYK00.350.650.34
HSL27.82º48.67%44.31%-
HSV(B)27.82º65.48%65.88%-
XYZ22.3819.576.6-
YUV120.8392.55161.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=50.15%
G=32.54%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681095800.350.650.3427.8248.6744.31
HexA86D3A02341221c312c
Octal2501557204310142346154
Binary1010100011011011110100100011100000110001011100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D3A; }

 p { color: rgb(168,109,58); }

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

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

 a { background-color: rgb(168,109,58); }

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

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

 span { border-color: rgb(168,109,58); }

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