#A86D42

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

Shades of Bourbon #A86D42

Tints of Bourbon #A86D42

Color information

#A86D42 (or 0xA86D42) is unknown color: approx Bourbon. HEX triplet: A8, 6D and 42. RGB value is (168,109,66). Sum of RGB (Red+Green+Blue) = 168+109+66=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D42 is #5792BD. Grayscale: #797979. Windows color (decimal): -5739198 or 4353448. OLE color: 4353448.

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

Color convert

RGB16810966-
CMYK00.350.610.34
HSL25.29º43.59%45.88%-
HSV(B)25.29º60.71%65.88%-
XYZ22.619.667.76-
YUV121.7496.55161-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=48.98%
G=31.78%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681096600.350.610.3425.2943.5945.88
HexA86D420233D22192c2e
Octal2501551020437542315456
Binary1010100011011011000010010001111110110001011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D42; }

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

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

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

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

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

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

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

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